Home | History | Annotate | Download | only in i18n

Lines Matching refs:curLocaleName

659     const char *curLocaleName=locale.getName();
660 const UChar* s = ures_getStringByKey(locRes.getAlias(), curLocaleName, &resLen, &errCode);
666 const char *curLocaleName=locale.getName();
667 uprv_strcpy(parentLocaleName, curLocaleName);