Home
last modified time | relevance | path

Searched refs:LC_NUMERIC (Results 1 – 25 of 52) 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_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/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/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/include/
Dlocale.h17 #define LC_NUMERIC 1 macro
67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/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/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.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/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.h32 #define LC_NUMERIC 1 macro
86 #define LC_NUMERIC_MASK (1<<LC_NUMERIC)
/third_party/gettext/gettext-tools/tests/
Dsetlocale.c58 #ifdef LC_NUMERIC in category_to_name()
59 case LC_NUMERIC: in category_to_name()
/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/curl/tests/libtest/
Dchkdecimalpoint.c35 setlocale(LC_NUMERIC, ""); in main()
/third_party/libexif/test/nls/
Dcheck-codeset.in6 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/third_party/gettext/gettext-runtime/intl/
Dsetlocale_null.c69 case LC_NUMERIC: in setlocale_null_androidfix()
378 case LC_NUMERIC: i = LC_NUMERIC_INDEX; break; in setlocale_null()
Dsetlocale.c79 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 },
Dlocalename.c2815 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/
Dmk_cmds.sh.in11 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
/third_party/e2fsprogs/lib/et/
Dcompile_et.sh.in20 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/curl/tests/data/
Dtest114842 LC_NUMERIC=en_US.UTF-8

123