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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 178 String newCountry = newLoc.getDisplayCountry(available[j]);
183 if(!newCountry.equals(newLoc.getCountry())){
184 if(!oldCountry.equals(newCountry)){
185 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
  /external/icu/icu4c/source/test/intltest/
aliastst.cpp 222 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName);
227 if(newCountry != newLoc.getCountry()){
228 if(oldCountry!=newCountry){
229 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 177 String newCountry = newLoc.getDisplayCountry(available[j]);
182 if(!newCountry.equals(newLoc.getCountry())){
183 if(!oldCountry.equals(newCountry)){
184 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 1153 milliseconds