Home | History | Annotate | Download | only in common

Lines Matching refs:charToFind

583         const uint8_t *charToFind = ebcdicSigns;
584 while(*charToFind) {
585 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
588 charToFind++;