/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_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/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/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/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/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 | 19 #define LC_NUMERIC 1 macro 69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/third_party/musl/include/ |
D | locale.h | 19 #define LC_NUMERIC 1 macro 69 #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 | 34 #define LC_NUMERIC 1 macro 88 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
|
/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/libexif/test/nls/ |
D | check-codeset.in | 6 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/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 93 LC_NUMERIC
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.c | 210 setlocale(LC_NUMERIC, "en_US.UTF-8"); in main()
|
/third_party/json/test/src/ |
D | unit-regression1.cpp | 570 setlocale(LC_NUMERIC, "de_DE.UTF-8"); 575 setlocale(LC_NUMERIC, "C"); 580 setlocale(LC_NUMERIC, "de_DE.UTF-8");
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 157 pub const LC_NUMERIC: ::c_int = 1; constant
|
/third_party/python/Lib/ |
D | locale.py | 59 LC_NUMERIC = 1 variable
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.5rc1.rst | 538 locale to the ``LC_NUMERIC`` locale to decode ``decimal_point`` and 540 and the ``LC_NUMERIC`` locale is different than the ``LC_CTYPE`` locale.
|
D | 3.7.0b1.rst | 646 locale to the ``LC_NUMERIC`` locale to decode ``decimal_point`` and 648 and the ``LC_NUMERIC`` locale is different than the ``LC_CTYPE`` locale.
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 562 pub const LC_NUMERIC: ::c_int = 1; constant 576 pub const LC_NUMERIC: ::c_int = 1; constant 586 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC;
|