Searched refs:charToFind (Results 1 – 2 of 2) sorted by relevance
69 wchar_t charToFind, in TrimBackwardsToChar() argument73 if (str[pos] == charToFind) { in TrimBackwardsToChar()
588 const uint8_t *charToFind = ebcdicSigns; in locale_getKeywordsStart() local589 while(*charToFind) { in locale_getKeywordsStart()590 if((result = uprv_strchr(localeID, *charToFind)) != NULL) { in locale_getKeywordsStart()593 charToFind++; in locale_getKeywordsStart()