Home | History | Annotate | Download | only in util

Lines Matching refs:available

51     private static ULocale[] available = null;
60 available = ULocale.getAvailableLocales();
61 for(int i=0; i<available.length;i++){
62 availableMap.put(available[i].toString(),"");
74 logln(_LOCALES[i][1]+" is not available. Skipping!");
114 logln(_LOCALES[i][1]+" is not available. Skipping!");
154 logln(_LOCALES[i][1]+" is not available. Skipping!");
178 for(int j=0; j<available.length; j++){
179 String oldCountry = oldLoc.getDisplayCountry(available[j]);
180 String newCountry = newLoc.getDisplayCountry(available[j]);
181 String oldLang = oldLoc.getDisplayLanguage(available[j]);
182 String newLang = newLoc.getDisplayLanguage(available[j]);
187 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
193 errln("getLanguage() failed for " + oldLoc + " oldLang = "+ prettify(oldLang) +" newLang = "+prettify(newLang)+ " in display locale "+ available[j].toString());
207 logln(_LOCALES[i][1]+" is not available. Skipping!");