Home
last modified time | relevance | path

Searched refs:am_pm (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/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 Dsm_WS110 % am_pm and t_fmt_ampm - should be empty if using 24 hour time
111 am_pm "";""
H A Den_NG144 am_pm "";""
146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Ddv_MV144 %am_pm "<U0020>";"<U0789><U07AC><U0782><U07B0><U078B><U07AA><U0782><U07AA><U0782><U07B0><U0787><U07…
145 am_pm "<U0789><U0786>";"<U0789><U078A>"
H A Dwae_CH126 am_pm "";""
128 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dnso_ZA144 am_pm "";""
147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dzu_ZA153 am_pm "";""
155 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dss_ZA147 am_pm "";""
150 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dxh_ZA144 am_pm "";""
146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dts_ZA144 am_pm "";""
147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Daf_ZA143 am_pm "VM";"NM"
145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dnr_ZA142 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 Dsm_WS110 % am_pm and t_fmt_ampm - should be empty if using 24 hour time
111 am_pm "";""
H A Den_NG144 am_pm "";""
146 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dwae_CH126 am_pm "";""
128 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Ddv_MV144 %am_pm "<U0020>";"<U0789><U07AC><U0782><U07B0><U078B><U07AA><U0782><U07AA><U0782><U07B0><U0787><U07…
145 am_pm "<U0789><U0786>";"<U0789><U078A>"
H A Dnso_ZA144 am_pm "";""
147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dzu_ZA153 am_pm "";""
155 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dtn_ZA142 am_pm "";""
145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dnr_ZA142 am_pm "";""
145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dts_ZA144 am_pm "";""
147 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Daf_ZA143 am_pm "VM";"NM"
145 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dss_ZA147 am_pm "";""
150 % Define time representation in 12-hour format with "am_pm", to be referenced by the "%r"
H A Dve_ZA154 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 Drtc-ds1685.c1076 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 Drtc-ds3232.c103 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()

12345678910>>...24