Home
last modified time | relevance | path

Searched refs:nl_langinfo (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/locale/
Dlanginfo.c43 char *ptr = nl_langinfo(DAY_2); in langinfo_0100()
60 char *ptr = nl_langinfo(DAY_2); in nl_langinfo_0200()
84 char *ptr = nl_langinfo(TIME_ERROR_INFO); in nl_langinfo_0300()
101 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO); in nl_langinfo_0400()
118 char *ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
126 ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dlanginfo_sup.c43 char *ptr = nl_langinfo(DAY_2); in langinfo_0100()
60 char *ptr = nl_langinfo(DAY_2); in nl_langinfo_0200()
84 char *ptr = nl_langinfo(TIME_ERROR_INFO); in nl_langinfo_0300()
101 char *ptr = nl_langinfo(MESSAGES_ERROR_INFO); in nl_langinfo_0400()
118 char *ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
126 ptr = nl_langinfo(CODESET); in nl_langinfo_0500()
/third_party/musl/porting/liteos_m/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
93 ex = nl_langinfo(AM_STR); in strptime()
100 ex = nl_langinfo(PM_STR); in strptime()
110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
186 ex = nl_langinfo(min+i); in strptime()
/third_party/musl/porting/uniproton/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
93 ex = nl_langinfo(AM_STR); in strptime()
100 ex = nl_langinfo(PM_STR); in strptime()
110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
186 ex = nl_langinfo(min+i); in strptime()
/third_party/musl/porting/liteos_a/kernel/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
93 ex = nl_langinfo(AM_STR); in strptime()
100 ex = nl_langinfo(PM_STR); in strptime()
110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
186 ex = nl_langinfo(min+i); in strptime()
/third_party/musl/src/time/
Dstrptime.c45 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
93 ex = nl_langinfo(AM_STR); in strptime()
100 ex = nl_langinfo(PM_STR); in strptime()
110 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
139 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
143 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
186 ex = nl_langinfo(min+i); in strptime()
/third_party/python/Lib/test/
Dtest__locale.py3 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
5 nl_langinfo = None variable
108 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
120 if self.numeric_tester('nl_langinfo', nl_langinfo(li), lc, loc):
142 @unittest.skipUnless(nl_langinfo, "nl_langinfo is not available")
154 nl_radixchar = nl_langinfo(li)
/third_party/musl/porting/linux/user/src/time/
Dstrptime.c173 s = strptime(s, nl_langinfo(D_T_FMT), tm); in strptime()
248 ex = nl_langinfo(AM_STR); in strptime()
255 ex = nl_langinfo(PM_STR); in strptime()
265 s = strptime(s, nl_langinfo(T_FMT_AMPM), tm); in strptime()
352 s = strptime(s, nl_langinfo(D_FMT), tm); in strptime()
358 s = strptime(s, nl_langinfo(T_FMT), tm); in strptime()
427 ex = nl_langinfo(min+i); in strptime()
/third_party/glib/glib/libcharset/
Dcodeset.m411 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
13 [char* cs = nl_langinfo(CODESET);],
19 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
/third_party/musl/libc-test/src/common/
Dutf8.c17 if (strcmp(nl_langinfo(CODESET), "UTF-8")) in t_setutf8()
18 return t_error("cannot set UTF-8 locale for test (codeset=%s)\n", nl_langinfo(CODESET)); in t_setutf8()
/third_party/glib/
Dmeson.build1095 # Check for nl_langinfo and CODESET
1098 char *codeset = nl_langinfo (CODESET);
1100 }''', name : 'nl_langinfo and CODESET')
1105 # Check for nl_langinfo and LC_TIME parts that are needed in gdatetime.c
1109 str = nl_langinfo (PM_STR);
1110 str = nl_langinfo (D_T_FMT);
1111 str = nl_langinfo (D_FMT);
1112 str = nl_langinfo (T_FMT);
1113 str = nl_langinfo (T_FMT_AMPM);
1114 str = nl_langinfo (MON_1);
[all …]
/third_party/gettext/gettext-tools/m4/
Dlocale-de.m442 /* Check whether nl_langinfo(CODESET) is nonempty and not "ASCII" or "646".
43 On Mac OS X 10.3.5 (Darwin 7.5) in the de_DE locale, nl_langinfo(CODESET)
46 succeeds but then nl_langinfo(CODESET) is "646". In this situation,
50 const char *cs = nl_langinfo (CODESET);
72 are nl_langinfo(RADIXCHAR) are both ".". */
/third_party/musl/libc-test/src/functional/
Dmbc.c43 if (strcmp(nl_langinfo(CODESET), "UTF-8")) in main()
44 return t_error("cannot set UTF-8 locale for test (codeset=%s)\n", nl_langinfo(CODESET)); in main()
/third_party/glib/glib/
Dgdatetime.c190 nl_langinfo (AM_STR) : \
191 nl_langinfo (PM_STR))
194 #define PREFERRED_DATE_TIME_FMT nl_langinfo (D_T_FMT)
195 #define PREFERRED_DATE_FMT nl_langinfo (D_FMT)
196 #define PREFERRED_TIME_FMT nl_langinfo (T_FMT)
197 #define PREFERRED_12HR_TIME_FMT nl_langinfo (T_FMT_AMPM)
211 #define WEEKDAY_ABBR(d) nl_langinfo (weekday_item[0][g_date_time_get_day_of_week (d) - 1])
213 #define WEEKDAY_FULL(d) nl_langinfo (weekday_item[1][g_date_time_get_day_of_week (d) - 1])
215 #define MONTH_ABBR(d) nl_langinfo (month_item[0][g_date_time_get_month (d) - 1])
217 #define MONTH_FULL(d) nl_langinfo (month_item[1][g_date_time_get_month (d) - 1])
[all …]
/third_party/musl/porting/liteos_m/kernel/src/locale/
Dlanginfo.c72 weak_alias(__nl_langinfo, nl_langinfo);
/third_party/musl/porting/liteos_a/kernel/src/locale/
Dlanginfo.c72 weak_alias(__nl_langinfo, nl_langinfo);
/third_party/musl/porting/uniproton/kernel/src/locale/
Dlanginfo.c72 weak_alias(__nl_langinfo, nl_langinfo);
/third_party/musl/src/locale/
Dlanginfo.c72 weak_alias(__nl_langinfo, nl_langinfo);
/third_party/musl/porting/linux/user/src/locale/
Dlanginfo.c102 weak_alias(__nl_langinfo, nl_langinfo);
/third_party/musl/porting/linux/user/include/
Dlanginfo.h109 char *nl_langinfo(nl_item);
/third_party/musl/ndk_musl_include/
Dlanginfo.h109 char *nl_langinfo(nl_item);
/third_party/musl/porting/uniproton/kernel/include/
Dlanginfo.h91 char *nl_langinfo(nl_item);
/third_party/musl/porting/liteos_m/kernel/include/
Dlanginfo.h91 char *nl_langinfo(nl_item);
/third_party/musl/include/
Dlanginfo.h91 char *nl_langinfo(nl_item);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlanginfo.h91 char *nl_langinfo(nl_item);

1234