Home
last modified time | relevance | path

Searched refs:LC_NUMERIC (Results 1 – 25 of 56) sorted by relevance

123

/third_party/python/Lib/test/
Dtest__locale.py1 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)
Dtest_locale.py31 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/
Dlanginfo.c42 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/
Dlanginfo.c42 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/
Dlanginfo.c42 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/
Dlanginfo.c42 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/
Dlocale.h17 #define LC_NUMERIC 1 macro
67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h17 #define LC_NUMERIC 1 macro
67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/musl/porting/linux/user/src/locale/
Dlanginfo.c60 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/
Dlocale.h19 #define LC_NUMERIC 1 macro
69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/musl/include/
Dlocale.h19 #define LC_NUMERIC 1 macro
69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/musl/ndk_musl_include/
Dlocale.h32 #define LC_NUMERIC 1 macro
86 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/musl/porting/linux/user/include/
Dlocale.h34 #define LC_NUMERIC 1 macro
88 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc53 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/
Dcheck-codeset.in6 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/third_party/python/Doc/library/
Dlocale.rst67 | :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/
Dlocale.c43 C(LC_NUMERIC) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt93 LC_NUMERIC
/third_party/mesa3d/src/freedreno/computerator/
Dmain.c210 setlocale(LC_NUMERIC, "en_US.UTF-8"); in main()
/third_party/json/test/src/
Dunit-regression1.cpp570 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/
Dmod.rs157 pub const LC_NUMERIC: ::c_int = 1; constant
/third_party/python/Lib/
Dlocale.py59 LC_NUMERIC = 1 variable
/third_party/python/Misc/NEWS.d/
D3.6.5rc1.rst538 locale to the ``LC_NUMERIC`` locale to decode ``decimal_point`` and
540 and the ``LC_NUMERIC`` locale is different than the ``LC_CTYPE`` locale.
D3.7.0b1.rst646 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/
Dmod.rs562 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;

123