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

  /external/icu4c/test/intltest/
aliastst.cpp 60 Locale newLoc(_LOCALE_ALIAS[i][1]);
62 logln(UnicodeString(newLoc.getName())+" is not available. Skipping!");
65 logln("\nold locale:%s new locale:%s",oldLoc.getName(),newLoc.getName());
67 Calendar* c2 = Calendar::createInstance(newLoc, status);
72 if (strcmp(newLoc.getName(), l1)!=0) {
73 errln("CalendarTest: newLoc!=l1: newLoc= "+UnicodeString(newLoc.getName()) +" l1= "+UnicodeString(l1));
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 88 int newLoc = currentImpl(this.address);
89 this.charIter.setIndex(newLoc);
  /external/icu4c/test/cintltst/
cloctst.c     [all...]

Completed in 4541 milliseconds