Searched refs:uloc_getParent (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duloc.h794 uloc_getParent(const char* localeID,
H A Durename.h1080 #define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) macro
/external/chromium_org/third_party/icu/source/i18n/
H A Dgender.cpp150 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) {
H A Ddtitvinf.cpp335 // uloc_getParent on the actual locale name)
349 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &status);
H A Dtmutfmt.cpp631 while ((locNameLen = uloc_getParent(parentLocale, parentLocale,
H A Ducurr.cpp615 uloc_getParent(locale, id, sizeof(id), ec);
651 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
H A Dplurrule.cpp593 while (uloc_getParent(parentLocaleName, parentLocaleName,
H A Ducol_res.cpp887 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status);
H A Ddtptngen.cpp672 // uloc_getParent on the actual locale name)
682 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &err);
/external/icu/icu4c/source/common/unicode/
H A Duloc.h794 uloc_getParent(const char* localeID,
H A Durename.h1029 #define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) macro
/external/icu/icu4c/source/i18n/
H A Dgender.cpp150 while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &key_status) > 0) {
H A Ducol_res.cpp515 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status);
H A Ddtitvinf.cpp335 // uloc_getParent on the actual locale name)
349 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &status);
H A Dtmutfmt.cpp553 while ((locNameLen = uloc_getParent(parentLocale, parentLocale,
H A Ducurr.cpp615 uloc_getParent(locale, id, sizeof(id), ec);
651 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status);
H A Dplurrule.cpp696 while (uloc_getParent(parentLocaleName, parentLocaleName,
H A Ddtptngen.cpp673 // uloc_getParent on the actual locale name)
683 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &err);
/external/chromium_org/third_party/icu/source/common/
H A Duloc.cpp1867 uloc_getParent(const char* localeID,
2471 if(uloc_getParent(acceptList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
2508 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
H A Duresbund.cpp2495 uloc_getParent(found,parent,sizeof(parent),&subStatus);
2572 uloc_getParent(found,parent,1023,&subStatus);
2642 uloc_getParent(found,parent,1023,&subStatus);
/external/icu/icu4c/source/common/
H A Duloc.cpp1867 uloc_getParent(const char* localeID,
2471 if(uloc_getParent(acceptList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
2508 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) {
H A Duresbund.cpp2495 uloc_getParent(found,parent,sizeof(parent),&subStatus);
2572 uloc_getParent(found,parent,1023,&subStatus);
2642 uloc_getParent(found,parent,1023,&subStatus);
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc586 while (uloc_getParent(parent, parent, kNameCapacity, &err) > 0) {

Completed in 4288 milliseconds