/third_party/python/Lib/test/ |
D | test__locale.py | 1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, localeconv, Error) 95 set_locale = setlocale(LC_NUMERIC) 114 setlocale(LC_NUMERIC, loc) 130 setlocale(LC_NUMERIC, loc) 148 setlocale(LC_NUMERIC, loc) 157 set_locale = setlocale(LC_NUMERIC) 175 setlocale(LC_NUMERIC, loc)
|
D | test_locale.py | 31 oldlocale = locale.setlocale(locale.LC_NUMERIC) 34 locale.setlocale(locale.LC_NUMERIC, tloc) 43 locale.setlocale(locale.LC_NUMERIC, oldlocale) 270 locale_type = locale.LC_NUMERIC 551 locale.setlocale(locale.LC_NUMERIC)
|
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
D | langinfo.c | 42 case LC_NUMERIC: in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | langinfo.c | 42 case LC_NUMERIC: in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | langinfo.c | 42 case LC_NUMERIC: in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/src/locale/ |
D | langinfo.c | 42 case LC_NUMERIC: in __nl_langinfo_l() 63 if (cat != LC_NUMERIC && *str) str = LCTRANS(str, cat, loc); in __nl_langinfo_l()
|
/third_party/musl/include/ |
D | locale.h | 17 #define LC_NUMERIC 1 macro 67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | locale.h | 17 #define LC_NUMERIC 1 macro 67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/porting/linux/user/src/locale/ |
D | langinfo.c | 60 case LC_NUMERIC: in __nl_langinfo_l() 91 if (cat != LC_NUMERIC && *str) { in __nl_langinfo_l()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | locale.h | 17 #define LC_NUMERIC 1 macro 67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | locale.h | 17 #define LC_NUMERIC 1 macro 67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/ndk_musl_include/ |
D | locale.h | 32 #define LC_NUMERIC 1 macro 86 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/porting/linux/user/include/ |
D | locale.h | 32 #define LC_NUMERIC 1 macro 86 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/gettext/gettext-tools/tests/ |
D | setlocale.c | 58 #ifdef LC_NUMERIC in category_to_name() 59 case LC_NUMERIC: in category_to_name()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil_unittest.cc | 53 char* old_locale_cstr = setlocale(LC_NUMERIC, nullptr); in TEST() 58 ASSERT_TRUE(setlocale(LC_NUMERIC, "C") != nullptr); in TEST() 63 if (setlocale(LC_NUMERIC, "es_ES") == nullptr && in TEST() 64 setlocale(LC_NUMERIC, "es_ES.utf8") == nullptr) { in TEST() 74 setlocale(LC_NUMERIC, old_locale.c_str()); in TEST()
|
/third_party/curl/tests/libtest/ |
D | chkdecimalpoint.c | 35 setlocale(LC_NUMERIC, ""); in main()
|
/third_party/libexif/test/nls/ |
D | check-codeset.in | 6 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
/third_party/gettext/gettext-runtime/intl/ |
D | setlocale_null.c | 69 case LC_NUMERIC: in setlocale_null_androidfix() 378 case LC_NUMERIC: i = LC_NUMERIC_INDEX; break; in setlocale_null()
|
D | setlocale.c | 79 case LC_NUMERIC: in category_to_name() 816 case LC_NUMERIC: in setlocale_unixlike() 1402 LC_NUMERIC, in libintl_setlocale() 1675 { LC_NUMERIC, LC_NUMERIC_MASK },
|
D | localename.c | 2815 case LC_NUMERIC: in newlocale() 2850 case LC_NUMERIC: in newlocale() 2898 case LC_NUMERIC: in newlocale() 3142 case LC_NUMERIC: in gl_locale_name_thread_unsafe() 3172 case LC_NUMERIC: in gl_locale_name_thread_unsafe() 3190 case LC_NUMERIC: in gl_locale_name_thread_unsafe()
|
/third_party/e2fsprogs/lib/ss/ |
D | mk_cmds.sh.in | 11 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
/third_party/e2fsprogs/lib/et/ |
D | compile_et.sh.in | 20 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
|
/third_party/python/Doc/library/ |
D | locale.rst | 67 | :const:`LC_NUMERIC` | ``'decimal_point'`` | Decimal point character. | 150 The function sets temporarily the ``LC_CTYPE`` locale to the ``LC_NUMERIC`` 156 ``LC_NUMERIC`` locale in some cases. 376 Formats a number *val* according to the current :const:`LC_NUMERIC` setting. 425 :const:`LC_NUMERIC` settings. 433 :const:`LC_NUMERIC` settings. 440 Converts a string to a floating point number, following the :const:`LC_NUMERIC` 446 Converts a string to an integer, following the :const:`LC_NUMERIC` conventions. 484 .. data:: LC_NUMERIC
|
/third_party/musl/libc-test/src/api/ |
D | locale.c | 43 C(LC_NUMERIC) in f()
|
/third_party/curl/tests/data/ |
D | test1148 | 42 LC_NUMERIC=en_US.UTF-8
|