HomeSort by relevance Sort by last modified time
    Searched full:_locales (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 28 private static final ULocale[][] _LOCALES = {
45 private static final int _LOCALE_NUMBER = _LOCALES.length;
65 ULocale oldLoc = _LOCALES[i][0];
66 ULocale newLoc = _LOCALES[i][1];
67 if(availableMap.get(_LOCALES[i][1])==null){
68 logln(_LOCALES[i][1]+" is not available. Skipping!");
104 ULocale oldLoc = _LOCALES[i][0];
105 ULocale newLoc = _LOCALES[i][1];
106 if(availableMap.get(_LOCALES[i][1])==null){
107 logln(_LOCALES[i][1]+" is not available. Skipping!")
    [all...]
LocaleAliasCollationTest.java 20 private static final ULocale[][] _LOCALES = {
36 private static final int _LOCALE_NUMBER = _LOCALES.length;
59 ULocale oldLoc = _LOCALES[i][0];
60 ULocale newLoc = _LOCALES[i][1];
61 if(availableMap.get(_LOCALES[i][1])==null){
62 logln(_LOCALES[i][1]+" is not available. Skipping!");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 24 private static final ULocale[][] _LOCALES = {
41 private static final int _LOCALE_NUMBER = _LOCALES.length;
61 ULocale oldLoc = _LOCALES[i][0];
62 ULocale newLoc = _LOCALES[i][1];
63 if(availableMap.get(_LOCALES[i][1])==null){
64 logln(_LOCALES[i][1]+" is not available. Skipping!");
100 ULocale oldLoc = _LOCALES[i][0];
101 ULocale newLoc = _LOCALES[i][1];
102 if(availableMap.get(_LOCALES[i][1])==null){
103 logln(_LOCALES[i][1]+" is not available. Skipping!")
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
LocaleAliasCollationTest.java 16 private static final ULocale[][] _LOCALES = {
32 private static final int _LOCALE_NUMBER = _LOCALES.length;
55 ULocale oldLoc = _LOCALES[i][0];
56 ULocale newLoc = _LOCALES[i][1];
57 if(availableMap.get(_LOCALES[i][1])==null){
58 logln(_LOCALES[i][1]+" is not available. Skipping!");

Completed in 755 milliseconds