Searched refs:locToSearch (Results 1 – 1 of 1) sorted by relevance
2595 static UBool isLocaleInList(UEnumeration *locEnum, const char *locToSearch, UErrorCode *status) { in isLocaleInList() argument2598 if (uprv_strcmp(loc, locToSearch) == 0) { in isLocaleInList()