OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasLocalizedCountryFor
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUResourceBundleTest.java
724
if (!
hasLocalizedCountryFor
(ULocale.ENGLISH, locales[i])){
731
if(!
hasLocalizedCountryFor
(locales[i], locales[i])
734
hasLocalizedCountryFor
(locales[i], locales[i]);
751
private static boolean
hasLocalizedCountryFor
(ULocale locale, ULocale otherLocale) {
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUResourceBundleTest.java
721
if (!
hasLocalizedCountryFor
(ULocale.ENGLISH, locales[i])){
728
if(!
hasLocalizedCountryFor
(locales[i], locales[i])
731
hasLocalizedCountryFor
(locales[i], locales[i]);
748
private static boolean
hasLocalizedCountryFor
(ULocale locale, ULocale otherLocale) {
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateCldrTests.java
107
public static boolean
hasLocalizedCountryFor
(String locale,
163
* if (!
hasLocalizedCountryFor
(String.ENGLISH, locales[i]) ||
165
* !
hasLocalizedCountryFor
(locales[i], locales[i]) ||
[
all
...]
Completed in 1012 milliseconds