Searched refs:localeBundle (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dlocdspnm.cpp440 UResourceBundle *localeBundle = ures_open(NULL, locale.getName(), &status); local
442 UResourceBundle *contextTransforms = ures_getByKeyWithFallback(localeBundle, "contextTransforms", NULL, &status);
470 ures_close(localeBundle);
H A Ddtfmtsym.cpp1470 UResourceBundle *localeBundle = ures_open(NULL, locale.getName(), &tempStatus); local
1472 UResourceBundle *contextTransforms = ures_getByKeyWithFallback(localeBundle, gContextTransformsTag, NULL, &tempStatus);
1497 ures_close(localeBundle);
/external/chromium_org/third_party/icu/source/i18n/
H A Dzstrfmt.cpp1807 UResourceBundle *localeBundle = ures_open(NULL, locale.getName(), &status); local
1809 const char *bundleLocStr = ures_getLocale(localeBundle, &status);
1825 ures_close(localeBundle);

Completed in 112 milliseconds