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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 83 ULocale[] actualLoc = new ULocale[1];
85 actualLoc);
92 // explicitly, since the actualLoc may be different than the desiredLocale
99 ULocale uloc = actualLoc[0];
BreakIteratorFactory.java 67 ULocale[] actualLoc = new ULocale[1];
68 BreakIterator iter = (BreakIterator)service.get(locale, kind, actualLoc);
69 iter.setLocale(actualLoc[0], actualLoc[0]); // services make no distinction between actual & valid
  /external/icu/icu4c/source/test/intltest/
loctest.h 111 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/icu/icu4c/source/common/
brkiter.cpp 360 Locale actualLoc("");
361 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
363 // there is a real registered break iterator, the actualLoc
366 // requested locale) then the actualLoc comes back empty. In
372 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
374 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 34 ULocale[] actualLoc = new ULocale[1];
35 Collator coll = (Collator)service.get(locale, actualLoc);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 116 Locale actualLoc,
120 String actual = actualLoc.toString();
  /external/icu/icu4c/source/i18n/
coll.cpp 441 Locale actualLoc;
442 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
calendar.cpp 865 Locale actualLoc;
870 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
902 // Don't overwrite actualLoc, since the actual loc from this call
936 fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)actualLoc.getName());
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java 325 Locale actualLoc,
329 String actual = actualLoc.toString();
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 415 milliseconds