/external/python/cpython3/Lib/ |
D | locale.py | 138 def _group(s, monetary=False): argument 140 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 141 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 183 def _format(percent, value, grouping=False, monetary=False, *additional): argument 193 parts[0], seps = _group(parts[0], monetary=monetary) 194 decimal_point = localeconv()[monetary and 'mon_decimal_point' 202 formatted, seps = _group(formatted, monetary=monetary) 207 def format_string(f, val, grouping=False, monetary=False): argument 223 new_val.append(_format(perc.group(), val, grouping, monetary)) 237 monetary, [all …]
|
/external/python/cpython2/Lib/ |
D | locale.py | 142 def _group(s, monetary=False): argument 144 thousands_sep = conv[monetary and 'mon_thousands_sep' or 'thousands_sep'] 145 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 187 def format(percent, value, grouping=False, monetary=False, *additional): argument 198 return _format(percent, value, grouping, monetary, *additional) 200 def _format(percent, value, grouping=False, monetary=False, *additional): argument 210 parts[0], seps = _group(parts[0], monetary=monetary) 211 decimal_point = localeconv()[monetary and 'mon_decimal_point' 219 formatted, seps = _group(formatted, monetary=monetary) 269 s = format('%%.%if' % digits, abs(val), grouping, monetary=True)
|
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.category/ |
D | category.pass.cpp | 33 assert(std::locale::monetary); in main() 39 & std::locale::monetary in main() 45 | std::locale::monetary in main() 54 test(std::locale::monetary); in main()
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | DecimalFormatSymbols.java.patch | 86 * Returns the monetary decimal separator. 87 * @return the monetary decimal separator character 94 * <strong>[icu]</strong> Returns the monetary grouping separator. 95 * @return the monetary grouping separator character
|
/external/python/cpython3/Doc/library/ |
D | locale.rst | 97 | | | monetary values. | 101 | | | monetary values. | 105 | | | formatting of monetary values. | 108 | | | monetary values. | 111 | | | used for monetary values. | 114 | | | positive monetary value. | 117 | | | negative monetary value. | 152 monetary strings are non-ASCII. This temporary change affects other threads. 370 .. function:: format_string(format, val, grouping=False, monetary=False) 377 If *monetary* is true, the conversion uses monetary thousands separator and [all …]
|
D | decimal.rst | 56 This is the customary presentation for monetary applications. For 254 useful for monetary applications that often round results to a fixed number of
|
/external/python/cpython2/Doc/library/ |
D | locale.rst | 97 | | | monetary values. | 101 | | | monetary values. | 105 | | | formatting of monetary values. | 108 | | | monetary values. | 111 | | | used for monetary values. | 114 | | | positive monetary value. | 117 | | | negative monetary value. | 366 .. function:: format(format, val[, grouping[, monetary]]) 373 If *monetary* is true, the conversion uses monetary thousands separator and 380 Added the *monetary* parameter. [all …]
|
D | decimal.rst | 51 This is the customary presentation for monetary applications. For 220 useful for monetary applications that often round results to a fixed number of
|
/external/libcxx/test/std/localization/locales/locale/locale.cons/ |
D | locale_locale_cat.pass.cpp | 68 std::locale loc2(loc, std::locale(LOCALE_en_US_UTF_8), std::locale::monetary); in main()
|
D | locale_char_pointer_cat.pass.cpp | 68 std::locale loc2(loc, LOCALE_en_US_UTF_8, std::locale::monetary); in main()
|
D | locale_string_cat.pass.cpp | 69 std::locale loc2(loc, std::string(LOCALE_en_US_UTF_8), std::locale::monetary); in main()
|
/external/icu/icu4c/source/data/curr/ |
D | en.txt | 2304 one{"European monetary unit"} 2305 other{"European monetary units"}
|
/external/libcxx/include/ |
D | __locale | 118 monetary = LC_MONETARY_MASK, 122 all = collate | ctype | monetary | numeric | time | messages;
|
D | locale | 32 monetary = 0x040, 36 all = collate | ctype | monetary | numeric | time | messages;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 555 # {2} monetary value as MonetaryValue 564 # {2} monetary value as MonetaryValue
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.2rc1.rst | 307 the ``LC_MONETARY`` locale if the two locales are different and monetary
|
D | 3.7.0a1.rst | 3471 locale.format_string now supports the 'monetary' keyword argument, and
|
/external/libcxx/src/ |
D | locale.cpp | 153 const locale::category locale::monetary; member in locale 322 if (c & locale::monetary) in __imp() 393 if (c & locale::monetary) in __imp()
|
/external/clang/test/ |
D | cxx-sections.data | 864 22.4.6 [category.monetary]
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1073 The new *monetary* argument to :func:`locale.format_string` can be used 1074 to make the conversion use monetary thousands separators and
|
D | 2.5.rst | 1389 exactly one %char specifier with no surrounding text. An optional *monetary*
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_overrides.txt | 2069 monetary → mˈɑnɪtˌɛri
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1388 exactly one %char specifier with no surrounding text. An optional *monetary*
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 2740 國際貨幣基金組織 < international\-monetary\-fund; 6503 酬金 < \(monetary\)\-reward; 7779 貨幣危機 < monetary\-crisis; 21480 國際貨幣基金組織 > international\-monetary\-fund; 22841 貨幣危機 > monetary\-crisis; 27498 酬金 > \(monetary\)\-reward;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|