Searched refs:actualLoc (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.h109 const Locale& actualLoc,
H A Dloctest.cpp1814 const Locale& actualLoc,
1818 const char* actual = actualLoc.getName();
1811 _checklocs(const char* label, const char* req, const Locale& validLoc, const Locale& actualLoc, const char* expReqValid, const char* expValidActual) argument
/external/icu/icu4c/source/test/intltest/
H A Dloctest.h110 const Locale& actualLoc,
H A Dloctest.cpp1814 const Locale& actualLoc,
1818 const char* actual = actualLoc.getName();
1811 _checklocs(const char* label, const char* req, const Locale& validLoc, const Locale& actualLoc, const char* expReqValid, const char* expValidActual) argument
/external/chromium_org/third_party/icu/source/common/
H A Dbrkiter.cpp366 Locale actualLoc("");
367 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
369 // there is a real registered break iterator, the actualLoc
372 // requested locale) then the actualLoc comes back empty. In
378 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
380 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
/external/icu/icu4c/source/common/
H A Dbrkiter.cpp366 Locale actualLoc("");
367 BreakIterator *result = (BreakIterator*)gService->get(loc, kind, &actualLoc, status);
369 // there is a real registered break iterator, the actualLoc
372 // requested locale) then the actualLoc comes back empty. In
378 if (U_SUCCESS(status) && (result != NULL) && *actualLoc.getName() != 0) {
380 locBased.setLocaleIDs(actualLoc.getName(), actualLoc.getName());
/external/chromium_org/third_party/icu/source/i18n/
H A Dcoll.cpp317 Locale actualLoc; local
319 (Collator*)gService->get(desiredLocale, &actualLoc, status);
327 if (*actualLoc.getName() != 0) {
328 result->setLocales(desiredLocale, actualLoc, actualLoc);
H A Dcalendar.cpp836 Locale actualLoc; local
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());
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp440 Locale actualLoc; local
441 coll = (Collator*)gService->get(desiredLocale, &actualLoc, status);
H A Dcalendar.cpp836 Locale actualLoc; local
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());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 346 milliseconds