/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | thousands_sep.pass.cpp | 67 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 71 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 75 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 79 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 84 assert(f.thousands_sep() == ','); in main() 88 assert(f.thousands_sep() == ','); in main() 92 assert(f.thousands_sep() == L','); in main() 96 assert(f.thousands_sep() == L','); in main() 100 assert(f.thousands_sep() == ' '); in main() 104 assert(f.thousands_sep() == ' '); in main() [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
D | thousands_sep.pass.cpp | 70 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 74 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 79 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 83 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 89 assert(f.thousands_sep() == ','); in main() 93 assert(f.thousands_sep() == ','); in main() 98 assert(f.thousands_sep() == L','); in main() 102 assert(f.thousands_sep() == L','); in main() 107 assert(f.thousands_sep() == ' '); in main() 111 assert(f.thousands_sep() == ' '); in main() [all …]
|
/external/python/cpython2/Objects/stringlib/ |
D | localeutil.h | 52 Py_ssize_t n_chars, Py_ssize_t n_zeros, const char* thousands_sep, in fill() argument 59 if (thousands_sep) { in fill() 67 (*buffer_end)[i] = thousands_sep[i]; in fill() 70 memcpy(*buffer_end, thousands_sep, thousands_sep_len); in fill() 119 const char *thousands_sep) in _Py_InsertThousandsGrouping() argument 131 Py_ssize_t thousands_sep_len = strlen(thousands_sep); in _Py_InsertThousandsGrouping() 157 use_separator ? thousands_sep : NULL, thousands_sep_len); in _Py_InsertThousandsGrouping() 184 use_separator ? thousands_sep : NULL, thousands_sep_len); in _Py_InsertThousandsGrouping() 207 const char *thousands_sep = locale_data->thousands_sep; in _Py_InsertThousandsGroupingLocale() local 210 min_width, grouping, thousands_sep); in _Py_InsertThousandsGroupingLocale()
|
D | formatter.h | 373 char *thousands_sep; member 516 locale->thousands_sep); in calc_number_widths() 599 locale->grouping, locale->thousands_sep); in fill_number() 645 locale_info->thousands_sep = locale_data->thousands_sep; in get_locale_info() 651 locale_info->thousands_sep = ","; in get_locale_info() 658 locale_info->thousands_sep = ""; in get_locale_info()
|
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
D | thousands_sep.pass.cpp | 37 assert(np.thousands_sep() == ','); in main() 42 assert(np.thousands_sep() == L','); in main() 50 assert(np.thousands_sep() == ','); in main() 55 assert(np.thousands_sep() == L','); in main() 75 if (np.thousands_sep() != sep) { in main() 76 std::cout << "np.thousands_sep() = '" << np.thousands_sep() << "'\n"; in main() 80 assert(np.thousands_sep() == sep); in main() 85 assert(np.thousands_sep() == wsep); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/ |
D | thousands_sep.pass.cpp | 38 assert(np.thousands_sep() == ','); in main() 44 assert(np.thousands_sep() == L','); in main() 53 assert(np.thousands_sep() == ','); in main() 59 assert(np.thousands_sep() == L','); in main() 74 assert(np.thousands_sep() == sep); in main() 87 assert(np.thousands_sep() == wsep); in main()
|
/external/python/cpython3/Objects/stringlib/ |
D | localeutil.h | 49 PyObject *thousands_sep, Py_ssize_t thousands_sep_len, in InsertThousandsGrouping_fill() argument 54 if (*maxchar == 127 && thousands_sep) { in InsertThousandsGrouping_fill() 55 Py_UCS4 maxchar2 = PyUnicode_MAX_CHAR_VALUE(thousands_sep); in InsertThousandsGrouping_fill() 61 if (thousands_sep) { in InsertThousandsGrouping_fill() 66 thousands_sep, 0, in InsertThousandsGrouping_fill()
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
D | thousands_sep.pass.cpp | 61 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 65 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
D | thousands_sep.pass.cpp | 64 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 68 assert(f.thousands_sep() == std::numeric_limits<char>::max()); in main() 73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main() 77 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max()); in main()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/posix/ |
D | POSIX_LCNumeric.java | 17 String thousands_sep; field in POSIX_LCNumeric 26 …thousands_sep = POSIXUtilities.POSIXCharName(doc.getWinningValue("//ldml/numbers/symbols[@numberSy… in POSIX_LCNumeric() 42 out.println("thousands_sep \"" + thousands_sep + "\""); in write()
|
/external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/ |
D | thousands_sep.pass.cpp | 25 assert(np.thousands_sep() == ','); in main() 30 assert(np.thousands_sep() == L','); in main()
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/ |
D | thousands_sep.pass.cpp | 26 assert(np.thousands_sep() == ','); in main() 32 assert(np.thousands_sep() == L','); in main()
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 308 PyObject *decimal_point = NULL, *thousands_sep = NULL; in _locale_localeconv_impl() local 309 if (_Py_GetLocaleconvNumeric(lc, &decimal_point, &thousands_sep) < 0) { in _locale_localeconv_impl() 311 Py_XDECREF(thousands_sep); in _locale_localeconv_impl() 317 Py_DECREF(thousands_sep); in _locale_localeconv_impl() 322 if (PyDict_SetItemString(result, "thousands_sep", thousands_sep) < 0) { in _locale_localeconv_impl() 323 Py_DECREF(thousands_sep); in _locale_localeconv_impl() 326 Py_DECREF(thousands_sep); in _locale_localeconv_impl()
|
/external/python/cpython3/Python/ |
D | formatter_unicode.c | 400 PyObject *thousands_sep; member 549 locale->grouping, locale->thousands_sep, &grouping_maxchar); in calc_number_widths() 648 locale->grouping, locale->thousands_sep, NULL); in fill_number() 707 &locale_info->thousands_sep) < 0) { in get_locale_info() 726 locale_info->thousands_sep = PyUnicode_FromOrdinal( in get_locale_info() 728 if (!locale_info->decimal_point || !locale_info->thousands_sep) in get_locale_info() 739 locale_info->thousands_sep = PyUnicode_New(0, 0); in get_locale_info() 740 if (!locale_info->decimal_point || !locale_info->thousands_sep) in get_locale_info() 752 Py_XDECREF(locale_info->thousands_sep); in free_locale_info()
|
D | fileutils.c | 2278 PyObject **decimal_point, PyObject **thousands_sep) in _Py_GetLocaleconvNumeric() argument 2281 assert(thousands_sep != NULL); in _Py_GetLocaleconvNumeric() 2288 if ((strlen(lc->thousands_sep) > 1 || ((unsigned char)lc->thousands_sep[0]) > 127)) { in _Py_GetLocaleconvNumeric() 2335 *thousands_sep = GET_LOCALE_STRING(thousands_sep); in _Py_GetLocaleconvNumeric() 2336 if (*thousands_sep == NULL) { in _Py_GetLocaleconvNumeric()
|
/external/musl/src/locale/ |
D | localeconv.c | 6 .thousands_sep = "",
|
/external/python/cpython2/Lib/ |
D | locale.py | 144 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 168 left_spaces + thousands_sep.join(groups) + right_spaces, 169 len(thousands_sep) * (len(groups) - 1)
|
/external/python/cpython3/Include/internal/ |
D | pycore_fileutils.h | 49 PyObject **thousands_sep);
|
/external/musl/include/ |
D | locale.h | 28 char *thousands_sep; member
|
/external/python/cpython3/Lib/ |
D | locale.py | 140 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 164 left_spaces + thousands_sep.join(groups) + right_spaces, 165 len(thousands_sep) * (len(groups) - 1)
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/ |
D | locale_win32.h | 57 __thousands_sep_ = __lc_input->thousands_sep; in __lconv_storage() 68 __lc_.thousands_sep = const_cast<char *>(__thousands_sep_.c_str()); in __lconv_storage()
|
/external/python/cpython2/Include/ |
D | stringobject.h | 199 const char *thousands_sep);
|
/external/libcxx/include/ |
D | locale | 395 __thousands_sep = __np.thousands_sep(); 434 __thousands_sep = __np.thousands_sep(); 448 __thousands_sep = __np.thousands_sep(); 1156 _CharT __thousands_sep = __npt.thousands_sep(); 1217 _CharT __thousands_sep = __npt.thousands_sep(); 1470 // [__o, __oe) contains thousands_sep'd wide number 1497 // [__o, __oe) contains thousands_sep'd wide number 1524 // [__o, __oe) contains thousands_sep'd wide number 1551 // [__o, __oe) contains thousands_sep'd wide number 1601 // [__o, __oe) contains thousands_sep'd wide number [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
D | formatter_integral.h | 239 __np.thousands_sep(),
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | locale | 417 __thousands_sep = __np.thousands_sep(); 456 __thousands_sep = __np.thousands_sep(); 470 __thousands_sep = __np.thousands_sep(); 1181 _CharT __thousands_sep = __npt.thousands_sep(); 1242 _CharT __thousands_sep = __npt.thousands_sep(); 1511 // [__o, __oe) contains thousands_sep'd wide number 1599 // [__o, __oe) contains thousands_sep'd wide number 2602 _LIBCPP_INLINE_VISIBILITY char_type thousands_sep() const {return do_thousands_sep();} 2737 __ts = __mp.thousands_sep(); 2750 __ts = __mp.thousands_sep(); [all …]
|