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

  /external/icu4c/test/intltest/
aliastst.cpp 219 const UnicodeString oldCountry = oldLoc.getDisplayCountry(dipLocName);
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()));
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 148 final String oldCountry = mConfig.locale.getCountry();
149 mConfig.locale = new Locale(value, oldCountry);
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 1586 milliseconds