Searched refs:curLocaleName (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/i18n/
H A Dgender.cpp139 const char* curLocaleName = locale.getName(); local
141 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &key_status);
145 uprv_strcpy(parentLocaleName, curLocaleName);
H A Ddtitvinf.cpp344 const char *curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &status); local
346 curLocaleName = parentLocale;
349 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &status);
H A Ddtptngen.cpp526 const char *curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err); local
617 // whose actual name is in curLocaleName.
657 if (uprv_strcmp(curLocaleName,"root")==0 || uprv_strlen(curLocaleName)==0) {
673 uloc_getParent(curLocaleName, parentLocale, ULOC_FULLNAME_CAPACITY, &err);
689 curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err);
691 curLocaleName = parentLocale;
694 if (uprv_strcmp(curLocaleName,"root")==0 || uprv_strlen(curLocaleName)==0) {
H A Dplurrule.cpp695 const char *curLocaleName=locale.getName();
696 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode);
702 const char *curLocaleName=locale.getName();
703 uprv_strcpy(parentLocaleName, curLocaleName);
/external/chromium_org/third_party/icu/source/i18n/
H A Dplurrule.cpp445 const char *curLocaleName=locale.getName(); local
446 const UChar* s = ures_getStringByKey(locRes, curLocaleName, &resLen, &errCode);
452 const char *curLocaleName=locale.getName(); local
454 uprv_strcpy(parentLocaleName, curLocaleName);
H A Ddtptngen.cpp525 const char *curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err); local
646 uprv_strcpy(parentLocale, curLocaleName);
649 curLocaleName=ures_getLocaleByType(rb, ULOC_ACTUAL_LOCALE, &err);
650 uprv_strcpy(parentLocale, curLocaleName);

Completed in 360 milliseconds