Home
last modified time | relevance | path

Searched refs:mon_thousands_sep (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/posix/
DPOSIX_LCMonetary.java24 String mon_thousands_sep; field in POSIX_LCMonetary
116mon_thousands_sep = doc.getWinningValue("//ldml/numbers/currencies/currency[@type='" + int_curr_sy… in POSIX_LCMonetary()
118 if (mon_thousands_sep == null) in POSIX_LCMonetary()
119mon_thousands_sep = doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys in POSIX_LCMonetary()
121 if (mon_thousands_sep == null) in POSIX_LCMonetary()
122mon_thousands_sep = doc.getWinningValue("//ldml/numbers/symbols[@numberSystem='" + numsys + "']/gr… in POSIX_LCMonetary()
124 mon_thousands_sep = POSIXUtilities.POSIXCharName(mon_thousands_sep); in POSIX_LCMonetary()
290 out.println("mon_thousands_sep \"" + mon_thousands_sep + "\""); in write()
/external/python/cpython3/Modules/
D_localemodule.c137 || !locale_is_ascii(lc->mon_thousands_sep)); in locale_decode_monetary()
187 RESULT_STRING(mon_thousands_sep); in locale_decode_monetary()
/external/python/cpython2/Modules/
D_localemodule.c248 RESULT_STRING(mon_thousands_sep); in PyLocale_localeconv()
/external/libcxx/src/
Dlocale.cpp5855 lc->mon_thousands_sep, in init()
5899 lc->mon_thousands_sep, in init()
5958 lc->mon_thousands_sep, in init()
6024 lc->mon_thousands_sep, in init()
/external/python/cpython2/Doc/library/
Dlocale.rst107 | | ``'mon_thousands_sep'`` | Group separator used for |
/external/python/cpython3/Doc/library/
Dlocale.rst107 | | ``'mon_thousands_sep'`` | Group separator used for |