Home | History | Annotate | Download | only in intltest

Lines Matching defs:charValue

625         const char *charValue;
627 while ((charValue = values->next(&valueLength, status)) != NULL) {
628 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {