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

  /external/icu4c/test/intltest/
loctest.h 109 const Locale& actualLoc,
loctest.cpp     [all...]
  /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/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 828 Locale actualLoc;
833 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
866 // Don't overwrite actualLoc, since the actual loc from this call
902 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 

Completed in 344 milliseconds