Searched refs:charToFind (Results 1 – 2 of 2) sorted by relevance
70 wchar_t charToFind, in TrimBackwardsToChar() argument74 if (str[pos] == charToFind) { in TrimBackwardsToChar()
537 const uint8_t *charToFind = ebcdicSigns; in locale_getKeywordsStart() local538 while(*charToFind) { in locale_getKeywordsStart()539 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()542 charToFind++; in locale_getKeywordsStart()