Home | History | Annotate | Download | only in i18n

Lines Matching full:locationname

668     const UChar* locationName = NULL;
675 locationName = ures_getStringByKeyWithFallback(table, gEcTag, &len, &status);
681 if (locationName == NULL) {
691 locationName = locationNameOwned;
697 if (locationName != NULL || names != NULL) {
704 tznames->fLocationName = locationName;