Searched refs:charToFind (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Duloc.c583 const uint8_t *charToFind = ebcdicSigns; local
584 while(*charToFind) {
585 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
588 charToFind++;

Completed in 38 milliseconds