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

  /external/chromium/third_party/icu/source/test/intltest/
loctest.h 104 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/icu4c/test/intltest/
loctest.h 109 const Locale& actualLoc,
loctest.cpp     [all...]
  /external/chromium/third_party/icu/source/common/
brkiter.cpp 384 Locale actualLoc("");
385 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
387 // there is a real registered break iterator, the actualLoc
390 // requested locale) then the actualLoc comes back empty. In
396 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
398 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
  /external/icu4c/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/chromium/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 786 Locale actualLoc;
791 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
825 // Don't overwrite actualLoc, since the actual loc from this call
861 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 319 Locale actualLoc;
321 (Collator*)gService->get(desiredLocale, &actualLoc, status);
328 if (*actualLoc.getName() != 0) {
329 result->setLocales(desiredLocale, actualLoc, actualLoc);
calendar.cpp 791 Locale actualLoc;
796 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success);
830 // Don't overwrite actualLoc, since the actual loc from this call
866 fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)actualLoc.getName());
    [all...]

Completed in 795 milliseconds