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

  /external/icu/icu4c/source/common/unicode/
uloc.h 802 uloc_getParent(const char* localeID,
    [all...]
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
gender.cpp 152 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) {
dayperiodrules.cpp 364 uloc_getParent(name, parentName, ULOC_FULLNAME_CAPACITY, &errorCode);
tmutfmt.cpp 563 while ((locNameLen = uloc_getParent(parentLocale, parentLocale,
plurrule.cpp 670 while (uloc_getParent(parentLocaleName, parentLocaleName,
    [all...]
  /external/icu/icu4c/source/common/
uloc.cpp     [all...]
uresbund.cpp     [all...]
ucurr.cpp 615 uloc_getParent(locale, id, sizeof(id), ec);
651 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 456 locale_name_length_ = uloc_getParent(locale_name_, locale_name_, sizeof(locale_name_), &status_);
    [all...]

Completed in 284 milliseconds