Home | History | Annotate | Download | only in i18n

Lines Matching full:usagename

400         const char * usageName;
427 while ( typeMapPtr->usageName != NULL && (compResult = uprv_strcmp(usageKey, typeMapPtr->usageName)) > 0 ) {
430 if (typeMapPtr->usageName != NULL && compResult == 0) {