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

  /external/icu/icu4c/source/common/unicode/
uloc.h 794 uloc_getParent(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
gender.cpp 150 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) {
dtitvinf.cpp 337 // uloc_getParent on the actual locale name)
351 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &status);
ucol_res.cpp 700 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status);
tmutfmt.cpp 554 while ((locNameLen = uloc_getParent(parentLocale, parentLocale,
ucurr.cpp 619 uloc_getParent(locale, id, sizeof(id), ec);
655 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
    [all...]
plurrule.cpp 669 while (uloc_getParent(parentLocaleName, parentLocaleName,
    [all...]
dtptngen.cpp 677 // uloc_getParent on the actual locale name)
687 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &err);
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]
uresbund.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 436 locale_name_length_ = uloc_getParent(locale_name_, locale_name_, sizeof(locale_name_), &status_);
    [all...]

Completed in 1262 milliseconds