| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | sm_WS | 110 % am_pm and t_fmt_ampm - should be empty if using 24 hour time 111 am_pm "";""
|
| H A D | en_NG | 144 am_pm "";"" 146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | dv_MV | 144 %am_pm "<U0020>";"<U0789><U07AC><U0782><U07B0><U078B><U07AA><U0782><U07AA><U0782><U07B0><U0787><U07… 145 am_pm "<U0789><U0786>";"<U0789><U078A>"
|
| H A D | wae_CH | 126 am_pm "";"" 128 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | nso_ZA | 144 am_pm "";"" 147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | zu_ZA | 153 am_pm "";"" 155 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | ss_ZA | 147 am_pm "";"" 150 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | xh_ZA | 144 am_pm "";"" 146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | ts_ZA | 144 am_pm "";"" 147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | af_ZA | 143 am_pm "VM";"NM" 145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | nr_ZA | 142 am_pm "";"" 145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | sm_WS | 110 % am_pm and t_fmt_ampm - should be empty if using 24 hour time 111 am_pm "";""
|
| H A D | en_NG | 144 am_pm "";"" 146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | wae_CH | 126 am_pm "";"" 128 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | dv_MV | 144 %am_pm "<U0020>";"<U0789><U07AC><U0782><U07B0><U078B><U07AA><U0782><U07AA><U0782><U07B0><U0787><U07… 145 am_pm "<U0789><U0786>";"<U0789><U078A>"
|
| H A D | nso_ZA | 144 am_pm "";"" 147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | zu_ZA | 153 am_pm "";"" 155 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | tn_ZA | 142 am_pm "";"" 145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | nr_ZA | 142 am_pm "";"" 145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | ts_ZA | 144 am_pm "";"" 147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | af_ZA | 143 am_pm "VM";"NM" 145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | ss_ZA | 147 am_pm "";"" 150 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| H A D | ve_ZA | 154 am_pm "";"" 157 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-ds1685.c | 1076 unsigned char am_pm; in ds1685_rtc_probe() local 1193 am_pm = hours & RTC_HRS_AMPM_MASK; in ds1685_rtc_probe() 1196 hours = ((hours == 12) ? 0 : ((am_pm) ? hours + 12 : hours)); in ds1685_rtc_probe() 1212 am_pm = hours & RTC_HRS_AMPM_MASK; in ds1685_rtc_probe() 1215 hours = ((hours == 12) ? 0 : ((am_pm) ? hours + 12 : hours)); in ds1685_rtc_probe()
|
| H A D | rtc-ds3232.c | 103 unsigned int week, twelve_hr, am_pm; in ds3232_read_time() local 121 am_pm = hour & 0x20; in ds3232_read_time() 130 if (am_pm) in ds3232_read_time()
|