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

  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 314 locBased.setLocaleIDs(ures_getLocaleByType(numberElementsRes.getAlias(),
316 ures_getLocaleByType(numberElementsRes.getAlias(),
ucol_res.cpp 236 const char *vLocale = ures_getLocaleByType(bundle, ULOC_ACTUAL_LOCALE, &errorCode);
344 const char *actualLocale = ures_getLocaleByType(data, ULOC_ACTUAL_LOCALE, &errorCode);
numfmt.cpp     [all...]
dtitvinf.cpp 346 const char *curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &status);
rbnf.cpp 797 setLocaleIDs(ures_getLocaleByType(nfrb, ULOC_VALID_LOCALE, &status),
798 ures_getLocaleByType(nfrb, ULOC_ACTUAL_LOCALE, &status));
    [all...]
dtfmtsym.cpp     [all...]
compactdecimalformat.cpp 651 const char* actualLocale = ures_getLocaleByType(
reldatefmt.cpp 258 const char *localeId = ures_getLocaleByType(
calendar.cpp     [all...]
dtptngen.cpp 577 const char *curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err);
740 curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err);
    [all...]
smpdtfmt.cpp 706 setLocaleIDs(ures_getLocaleByType(dateTimePatterns, ULOC_VALID_LOCALE, &status),
707 ures_getLocaleByType(dateTimePatterns, ULOC_ACTUAL_LOCALE, &status));
    [all...]
  /external/icu/icu4c/source/common/
resbund.cpp 392 return ures_getLocaleByType(fResource, type, &status);
brkiter.cpp 119 locBased.setLocaleIDs(ures_getLocaleByType(b, ULOC_VALID_LOCALE, &status),
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ures.h 303 * @deprecated ICU 2.8 Use ures_getLocaleByType instead.
323 ures_getLocaleByType(const UResourceBundle* resourceBundle,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 998 locale = ures_getLocaleByType(res, ULOC_REQUESTED_LOCALE, &status);
1003 locale = ures_getLocaleByType(res, ULOC_VALID_LOCALE, &status);
    [all...]
cldrtest.c 562 resolvedLoc = ures_getLocaleByType(currentLocale, ULOC_ACTUAL_LOCALE, &errorCode);
    [all...]
cloctst.c     [all...]
creststn.c     [all...]
cmsccoll.c 401 lp = ures_getLocaleByType(cr, ULOC_ACTUAL_LOCALE, &lec);
    [all...]

Completed in 282 milliseconds