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

  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.h 109 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
loctest.h 110 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
brkiter.cpp 364 Locale actualLoc("");
365 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
367 // there is a real registered break iterator, the actualLoc
370 // requested locale) then the actualLoc comes back empty. In
376 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
378 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
  /external/icu4c/common/
brkiter.cpp 372 Locale actualLoc("");
373 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
375 // there is a real registered break iterator, the actualLoc
378 // requested locale) then the actualLoc comes back empty. In
384 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
386 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 319 Locale actualLoc;
321 (Collator*)gService->get(desiredLocale, &actualLoc, status);
328 if (*actualLoc.getName() != 0) {
329 result->setLocales(desiredLocale, actualLoc, actualLoc);
calendar.cpp 794 Locale actualLoc;
799 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
832 // Don't overwrite actualLoc, since the actual loc from this call
868 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/icu4c/i18n/
coll.cpp 339 Locale actualLoc;
341 (Collator*)gService->get(desiredLocale, &actualLoc, status);
349 if (*actualLoc.getName() != 0) {
350 result->setLocales(desiredLocale, actualLoc, actualLoc);
calendar.cpp 834 Locale actualLoc;
839 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
872 // Don't overwrite actualLoc, since the actual loc from this call
908 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/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 

Completed in 254 milliseconds