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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormatServiceShim.java 86 ULocale[] actualLoc = new ULocale[1];
88 actualLoc);
95 // explicitly, since the actualLoc may be different than the desiredLocale
102 ULocale uloc = actualLoc[0];
BreakIteratorFactory.java 75 ULocale[] actualLoc = new ULocale[1];
76 BreakIterator iter = (BreakIterator)service.get(locale, kind, actualLoc);
77 iter.setLocale(actualLoc[0], actualLoc[0]); // services make no distinction between actual & valid
CollatorServiceShim.java 39 ULocale[] actualLoc = new ULocale[1];
40 Collator coll = (Collator)service.get(locale, actualLoc);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormatServiceShim.java 85 ULocale[] actualLoc = new ULocale[1];
87 actualLoc);
94 // explicitly, since the actualLoc may be different than the desiredLocale
101 ULocale uloc = actualLoc[0];
BreakIteratorFactory.java 74 ULocale[] actualLoc = new ULocale[1];
75 BreakIterator iter = (BreakIterator)service.get(locale, kind, actualLoc);
76 iter.setLocale(actualLoc[0], actualLoc[0]); // services make no distinction between actual & valid
  /external/icu/icu4c/source/test/intltest/
loctest.h 113 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/icu/icu4c/source/common/
brkiter.cpp 363 Locale actualLoc("");
364 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
366 // there is a real registered break iterator, the actualLoc
369 // requested locale) then the actualLoc comes back empty. In
375 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
377 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
CollatorServiceShim.java 38 ULocale[] actualLoc = new ULocale[1];
39 Collator coll = (Collator)service.get(locale, actualLoc);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleCollationTest.java 117 Locale actualLoc,
121 String actual = actualLoc.toString();
ULocaleTest.java 344 Locale actualLoc,
348 String actual = actualLoc.toString();
    [all...]
  /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 443 Locale actualLoc;
444 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
calendar.cpp 863 Locale actualLoc;
868 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
900 // Don't overwrite actualLoc, since the actual loc from this call
934 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 343 Locale actualLoc,
347 String actual = actualLoc.toString();
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 497 milliseconds