Home | History | Annotate | Download | only in common

Lines Matching refs:charToFind

568         const uint8_t *charToFind = ebcdicSigns;
569 while(*charToFind) {
570 if((result = uprv_strchr(localeID, *charToFind)) != NULL) {
573 charToFind++;