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

  /external/chromium_org/third_party/icu/source/i18n/
coll.cpp 317 Locale actualLoc;
319 (Collator*)gService->get(desiredLocale, &actualLoc, status);
327 if (*actualLoc.getName() != 0) {
328 result->setLocales(desiredLocale, actualLoc, actualLoc);
calendar.cpp 836 Locale actualLoc;
841 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
874 // Don't overwrite actualLoc, since the actual loc from this call
910 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/icu4c/source/i18n/
coll.cpp 440 Locale actualLoc;
441 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
calendar.cpp 836 Locale actualLoc;
841 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
874 // Don't overwrite actualLoc, since the actual loc from this call
910 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 3348 milliseconds