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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 171 String newCountry = newLoc.getDisplayCountry(available[j]);
176 if(!newCountry.equals(newLoc.getCountry())){
177 if(!oldCountry.equals(newCountry)){
178 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 167 String newCountry = newLoc.getDisplayCountry(available[j]);
172 if(!newCountry.equals(newLoc.getCountry())){
173 if(!oldCountry.equals(newCountry)){
174 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 220 const UnicodeString newCountry = newLoc.getDisplayCountry(dipLocName);
225 if(newCountry != newLoc.getCountry()){
226 if(oldCountry!=newCountry){
227 errln("getCountry() failed for "+ UnicodeString(oldLoc.getName()) +" oldCountry= "+ prettify(oldCountry) +" newCountry = "+prettify(newCountry)+ " in display locale "+ UnicodeString(available[j].getName()));
  /external/icu/icu4c/source/common/
locid.cpp 275 const char * newCountry,
280 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) )
304 if ( newCountry != NULL )
306 csize = (int32_t)uprv_strlen(newCountry);
378 uprv_strcpy(p, newCountry);
  /packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java 454 countryDetector.addCountryListener((newCountry) -> {
459 mCurrentCountryIso = getCountryIsoFromCountry(newCountry);
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 127 milliseconds