Home | History | Annotate | Download | only in util

Lines Matching refs:available

54     private static ULocale[] available = null;
63 available = ULocale.getAvailableLocales();
64 for(int i=0; i<available.length;i++){
65 availableMap.put(available[i].toString(),"");
77 logln(_LOCALES[i][1]+" is not available. Skipping!");
117 logln(_LOCALES[i][1]+" is not available. Skipping!");
157 logln(_LOCALES[i][1]+" is not available. Skipping!");
181 for(int j=0; j<available.length; j++){
182 String oldCountry = oldLoc.getDisplayCountry(available[j]);
183 String newCountry = newLoc.getDisplayCountry(available[j]);
184 String oldLang = oldLoc.getDisplayLanguage(available[j]);
185 String newLang = newLoc.getDisplayLanguage(available[j]);
190 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
196 errln("getLanguage() failed for " + oldLoc + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+ available[j].toString());
210 logln(_LOCALES[i][1]+" is not available. Skipping!");