OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:locale2
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/libcore/java/text/
DecimalFormatTest.java
291
Locale
locale2
= Locale.US;
local
293
String locale2Symbol = currency.getSymbol(
locale2
);
302
formatArbitraryCurrencyAmountInLocale(currency,
locale2
);
304
Locale.setDefault(
locale2
);
306
formatArbitraryCurrencyAmountInLocale(currency,
locale2
);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java
1017
ULocale
locale2
= new ULocale("zh_Hans_CN");
local
[
all
...]
Completed in 66 milliseconds