Home
last modified time | relevance | path

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

12345678910

/external/icu/icu4c/source/data/locales/
Dzh.txt93 currencyFormat{"¤#,##0.00"}
117 currencyFormat{"¤#,##0.00"}
144 currencyFormat{"¤#,##0.00"}
157 currencyFormat{"¤#,##0.00"}
170 currencyFormat{"¤#,##0.00"}
183 currencyFormat{"¤#,##0.00"}
196 currencyFormat{"¤#,##0.00"}
210 currencyFormat{"¤#,##0.00"}
224 currencyFormat{"¤#,##0.00"}
237 currencyFormat{"¤#,##0.00"}
[all …]
Dzh_Hant.txt118 currencyFormat{"¤#,##0.00"}
145 currencyFormat{"¤#,##0.00"}
172 currencyFormat{"¤#,##0.00"}
199 currencyFormat{"¤#,##0.00"}
226 currencyFormat{"¤#,##0.00"}
253 currencyFormat{"¤#,##0.00"}
281 currencyFormat{"¤#,##0.00"}
309 currencyFormat{"¤#,##0.00"}
336 currencyFormat{"¤#,##0.00"}
363 currencyFormat{"¤#,##0.00"}
[all …]
Dde_CH.txt9 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
13 currencyFormat{
Dfa_AF.txt11 currencyFormat{"¤ #,##0.00"}
17 currencyFormat{"¤ #,##0.00"}
Dnb.txt26 currencyFormat{"¤ #,##0.00"}
53 currencyFormat{"¤ #,##0.00"}
80 currencyFormat{"¤ #,##0.00"}
106 currencyFormat{"¤ #,##0.00"}
132 currencyFormat{"¤ #,##0.00"}
158 currencyFormat{"¤ #,##0.00"}
184 currencyFormat{"¤ #,##0.00"}
211 currencyFormat{"¤ #,##0.00"}
237 currencyFormat{"¤ #,##0.00"}
263 currencyFormat{"¤ #,##0.00"}
[all …]
Dnl.txt34 currencyFormat{"#,##0.00 ¤"}
63 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
92 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
121 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
150 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
179 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
208 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
238 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
267 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
296 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
[all …]
Des_GQ.txt7 currencyFormat{"¤#,##0.00"}
Dta_SG.txt7 currencyFormat{"¤ #,##0.00"}
Dta_MY.txt7 currencyFormat{"¤ #,##0.00"}
Den_NL.txt9 currencyFormat{"¤ #,##0.00;¤ -#,##0.00"}
Den_CH.txt9 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
Den_AT.txt9 currencyFormat{"¤ #,##0.00"}
Den_US_POSIX.txt8 currencyFormat{"¤ 0.00"}
Dde_LI.txt8 currencyFormat{"¤ #,##0.00"}
Den_150.txt9 currencyFormat{"#,##0.00 ¤"}
Des_EC.txt8 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
Dms_BN.txt7 currencyFormat{"¤ #,##0.00"}
Dit_CH.txt8 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
Den_IN.txt8 currencyFormat{"¤ #,##,##0.00"}
13 currencyFormat{
Des_UY.txt9 currencyFormat{"¤ #,##0.00"}
Den_BE.txt8 currencyFormat{"#,##0.00 ¤"}
Dkw.txt8 currencyFormat{"¤#,##0.00"}
Dde_AT.txt9 currencyFormat{"¤ #,##0.00"}
/external/icu/icu4c/source/test/testdata/
DstructLocale.txt6091 currencyFormat{""}
6197 currencyFormat{
6420 currencyFormat{""}
6526 currencyFormat{
6749 currencyFormat{""}
6855 currencyFormat{
7078 currencyFormat{""}
7184 currencyFormat{
7407 currencyFormat{""}
7513 currencyFormat{
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMisc.java139 …DecimalFormat currencyFormat = (DecimalFormat) NumberFormat.getCurrencyInstance(new ULocale("de-CH… in main() local
140 currencyFormat.setCurrency(SWISS_FRANC); in main()
143 System.out.println("Retail:\t" + currencyFormat.format(123.53)); in main()
144 BigDecimal increment = currencyFormat.getRoundingIncrement(); in main()
152 currencyFormat.setRoundingIncrement(new_increment); in main()
153 System.out.println("Financial:\t" + currencyFormat.format(123.53)); in main()

12345678910