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

  /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 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...]

Completed in 1825 milliseconds