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

  /external/icu4c/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/icu4c/common/
locid.cpp 305 const char * newCountry,
310 if( (newLanguage==NULL) && (newCountry == NULL) && (newVariant == NULL) )
334 if ( newCountry != NULL )
336 csize = (int32_t)uprv_strlen(newCountry);
408 uprv_strcpy(p, newCountry);
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 59 milliseconds