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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 183 String newCountry = newLoc.getDisplayCountry(available[j]);
188 if(!newCountry.equals(newLoc.getCountry())){
189 if(!oldCountry.equals(newCountry)){
190 errln("getCountry() failed for "+ oldLoc +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ available[j].toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 180 String newCountry = newLoc.getDisplayCountry(available[j]);
185 if(!newCountry.equals(newLoc.getCountry())){
186 if(!oldCountry.equals(newCountry)){
187 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/cldr/tools/java/org/unicode/cldr/tool/
ShowZoneEquivalences.java 193 String newCountry = country;
196 newCountry = "<a target='map' href='" + mapLink + "'>" + country
205 out.println(tabber.process(newCountry + "\t" + "<b>" + category + "</b>"
CountItems.java 541 String newCountry = newName.split("/")[0];
542 if (!newCountry.equals(lastCountry)) {
543 Log.println("# " + newCountry + "\t"
544 + english.getName("territory", newCountry));
545 lastCountry = newCountry;
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 290 const char * newCountry,
295 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) )
324 if ( newCountry != NULL )
326 csize = (int32_t)uprv_strlen(newCountry);
392 togo.append(newCountry, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 247 milliseconds