Home | History | Annotate | Download | only in format

Lines Matching defs:getCurrencyFormat

1894         checkStreamingEquality(MeasureFormat.getCurrencyFormat(ULocale.ITALIAN));
1909 MeasureFormat mf = MeasureFormat.getCurrencyFormat(ULocale.ENGLISH);
1923 MeasureFormat mfu = MeasureFormat.getCurrencyFormat(ULocale.FRANCE);
1924 MeasureFormat mfj = MeasureFormat.getCurrencyFormat(Locale.FRANCE);
1926 assertEquals("getCurrencyFormat ULocale/Locale", mfu, mfj);