/external/icu4c/i18n/ |
D | gender.cpp | 146 …while (s == NULL && uloc_getParent(parentLocaleName, parentLocaleName, ULOC_FULLNAME_CAPACITY, &ke… in loadInstance()
|
D | dtitvinf.cpp | 349 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &status); in initializeData()
|
D | tmutfmt.cpp | 635 while ((locNameLen = uloc_getParent(parentLocale, parentLocale, in searchInLocaleChain()
|
D | ucurr.cpp | 460 uloc_getParent(locale, id, sizeof(id), ec); in ucurr_forLocale() 496 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status); in fallback()
|
D | plurrule.cpp | 705 while (uloc_getParent(parentLocaleName, parentLocaleName, in getRuleFromResource()
|
D | ucol_res.cpp | 894 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status); in ucol_getKeywordValuesForLocale()
|
D | dtptngen.cpp | 673 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &err); in addCLDRData()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uloc.h | 791 uloc_getParent(const char* localeID,
|
D | urename.h | 1042 #define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) macro
|
/external/icu4c/common/unicode/ |
D | uloc.h | 794 uloc_getParent(const char* localeID,
|
D | urename.h | 1053 #define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) macro
|
/external/chromium_org/third_party/icu/source/common/ |
D | uloc.c | 1875 uloc_getParent(const char* localeID, in uloc_getParent() function 2458 if(uloc_getParent(acceptList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage() 2495 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage()
|
D | uresbund.c | 2447 uloc_getParent(found,parent,sizeof(parent),&subStatus); in ures_getFunctionalEquivalent() 2524 uloc_getParent(found,parent,1023,&subStatus); in ures_getFunctionalEquivalent() 2594 uloc_getParent(found,parent,1023,&subStatus); in ures_getFunctionalEquivalent()
|
/external/icu4c/common/ |
D | uloc.cpp | 1853 uloc_getParent(const char* localeID, in uloc_getParent() function 2436 if(uloc_getParent(acceptList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage() 2473 if(uloc_getParent(fallbackList[i], tmp, sizeof(tmp)/sizeof(tmp[0]), status)!=0) { in uloc_acceptLanguage()
|
D | uresbund.cpp | 2498 uloc_getParent(found,parent,sizeof(parent),&subStatus); in ures_getFunctionalEquivalent() 2575 uloc_getParent(found,parent,1023,&subStatus); in ures_getFunctionalEquivalent() 2645 uloc_getParent(found,parent,1023,&subStatus); in ures_getFunctionalEquivalent()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtitvinf.cpp | 339 locNameLen = uloc_getParent(parentLocale, parentLocale, in initializeData()
|
D | tmutfmt.cpp | 614 while ((locNameLen = uloc_getParent(parentLocale, parentLocale, in searchInLocaleChain()
|
D | ucurr.cpp | 420 uloc_getParent(locale, id, sizeof(id), ec); in ucurr_forLocale() 456 uloc_getParent(loc, loc, (int32_t)uprv_strlen(loc), &status); in fallback()
|
D | plurrule.cpp | 456 while ((localeNameLen=uloc_getParent(parentLocaleName, parentLocaleName, in getRuleFromResource()
|
D | ucol_res.cpp | 881 uloc_getParent(localeBuffer, localeBuffer, sizeof(localeBuffer), status); in ucol_getKeywordValuesForLocale()
|
D | dtptngen.cpp | 647 while((localeNameLen=uloc_getParent(parentLocale, parentLocale, 50, &err))>=0 ) { in addCLDRData()
|
/external/chromium_org/ui/base/l10n/ |
D | l10n_util.cc | 587 while (uloc_getParent(parent, parent, kNameCapacity, &err) > 0) { in GetParentLocales()
|