Home | History | Annotate | Download | only in i18n

Lines Matching refs:usageKey

459                         const char* usageKey = ures_getKey(contextTransformUsage);
460 if (usageKey != NULL) {
464 while ( typeMapPtr->usageName != NULL && (compResult = uprv_strcmp(usageKey, typeMapPtr->usageName)) > 0 ) {