Home
last modified time | relevance | path

Searched refs:currencyFormat (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/icu/icu4c/source/data/locales/
Dzh.txt102 currencyFormat{"¤#,##0.00"}
124 currencyFormat{"¤#,##0.00"}
148 currencyFormat{"¤#,##0.00"}
158 currencyFormat{"¤#,##0.00"}
168 currencyFormat{"¤#,##0.00"}
178 currencyFormat{"¤#,##0.00"}
188 currencyFormat{"¤#,##0.00"}
199 currencyFormat{"¤#,##0.00"}
210 currencyFormat{"¤#,##0.00"}
220 currencyFormat{"¤#,##0.00"}
[all …]
Dzh_Hant.txt126 currencyFormat{"¤#,##0.00"}
153 currencyFormat{"¤#,##0.00"}
180 currencyFormat{"¤#,##0.00"}
207 currencyFormat{"¤#,##0.00"}
234 currencyFormat{"¤#,##0.00"}
261 currencyFormat{"¤#,##0.00"}
289 currencyFormat{"¤#,##0.00"}
317 currencyFormat{"¤#,##0.00"}
344 currencyFormat{"¤#,##0.00"}
371 currencyFormat{"¤#,##0.00"}
[all …]
Dfa_AF.txt12 currencyFormat{"¤ #,##0.00"}
18 currencyFormat{"¤ #,##0.00"}
Des_PE.txt9 currencyFormat{"¤ #,##0.00"}
12 currencyFormat{
Des_GQ.txt8 currencyFormat{"¤#,##0.00"}
Dta_MY.txt8 currencyFormat{"¤ #,##0.00"}
Dta_SG.txt8 currencyFormat{"¤ #,##0.00"}
Dnb.txt27 currencyFormat{"¤ #,##0.00"}
54 currencyFormat{"¤ #,##0.00"}
81 currencyFormat{"¤ #,##0.00"}
107 currencyFormat{"¤ #,##0.00"}
133 currencyFormat{"¤ #,##0.00"}
159 currencyFormat{"¤ #,##0.00"}
185 currencyFormat{"¤ #,##0.00"}
212 currencyFormat{"¤ #,##0.00"}
238 currencyFormat{"¤ #,##0.00"}
264 currencyFormat{"¤ #,##0.00"}
[all …]
Des_EC.txt9 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
Den_NL.txt10 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
Den_CH.txt10 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
Dnl.txt26 currencyFormat{"#,##0.00 ¤"}
55 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
84 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
113 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
142 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
171 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
200 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
230 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
259 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
288 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
[all …]
Den_AT.txt10 currencyFormat{"¤ #,##0.00"}
Den_US_POSIX.txt9 currencyFormat{"¤ 0.00"}
Dde_LI.txt9 currencyFormat{"¤ #,##0.00"}
Den_150.txt10 currencyFormat{"#,##0.00 ¤"}
Dms_BN.txt8 currencyFormat{"¤ #,##0.00"}
Dit_CH.txt9 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
Des_UY.txt10 currencyFormat{"¤ #,##0.00"}
Dde_CH.txt10 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
Dkw.txt9 currencyFormat{"¤#,##0.00"}
Dde_AT.txt10 currencyFormat{"¤ #,##0.00"}
Dur_IN.txt8 currencyFormat{"¤ #,##,##0.00"}
/external/icu/icu4c/source/test/testdata/
DstructLocale.txt6100 currencyFormat{""}
6207 currencyFormat{
6431 currencyFormat{""}
6538 currencyFormat{
6762 currencyFormat{""}
6869 currencyFormat{
7093 currencyFormat{""}
7200 currencyFormat{
7424 currencyFormat{""}
7531 currencyFormat{
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java138 …DecimalFormat currencyFormat = (DecimalFormat) NumberFormat.getCurrencyInstance(new ULocale("de-CH… in main() local
139 currencyFormat.setCurrency(SWISS_FRANC); in main()
142 System.out.println("Retail:\t" + currencyFormat.format(123.53)); in main()
143 BigDecimal increment = currencyFormat.getRoundingIncrement(); in main()
151 currencyFormat.setRoundingIncrement(new_increment); in main()
152 System.out.println("Financial:\t" + currencyFormat.format(123.53)); in main()

12345678910