Home
last modified time | relevance | path

Searched refs:monetary (Results 1 – 25 of 32) sorted by relevance

12

/external/python/cpython3/Lib/
Dlocale.py138 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/
Dlocale.py142 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/
Dcategory.pass.cpp33 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/
DDecimalFormatSymbols.java.patch86 * 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/
Dlocale.rst97 | | | 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 …]
Ddecimal.rst56 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/
Dlocale.rst97 | | | 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 …]
Ddecimal.rst51 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/
Dlocale_locale_cat.pass.cpp68 std::locale loc2(loc, std::locale(LOCALE_en_US_UTF_8), std::locale::monetary); in main()
Dlocale_char_pointer_cat.pass.cpp68 std::locale loc2(loc, LOCALE_en_US_UTF_8, std::locale::monetary); in main()
Dlocale_string_cat.pass.cpp69 std::locale loc2(loc, std::string(LOCALE_en_US_UTF_8), std::locale::monetary); in main()
/external/icu/icu4c/source/data/curr/
Den.txt2304 one{"European monetary unit"}
2305 other{"European monetary units"}
/external/libcxx/include/
D__locale118 monetary = LC_MONETARY_MASK,
122 all = collate | ctype | monetary | numeric | time | messages;
Dlocale32 monetary = 0x040,
36 all = collate | ctype | monetary | numeric | time | messages;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties555 # {2} monetary value as MonetaryValue
564 # {2} monetary value as MonetaryValue
/external/python/cpython3/Misc/NEWS.d/
D3.7.2rc1.rst307 the ``LC_MONETARY`` locale if the two locales are different and monetary
D3.7.0a1.rst3471 locale.format_string now supports the 'monetary' keyword argument, and
/external/libcxx/src/
Dlocale.cpp153 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/
Dcxx-sections.data864 22.4.6 [category.monetary]
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1073 The new *monetary* argument to :func:`locale.format_string` can be used
1074 to make the conversion use monetary thousands separators and
D2.5.rst1389 exactly one %char specifier with no surrounding text. An optional *monetary*
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_overrides.txt2069 monetary → mˈɑnɪtˌɛri
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1388 exactly one %char specifier with no surrounding text. An optional *monetary*
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt2740 國際貨幣基金組織 < 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/
Denglish.gz

12