Home | History | Annotate | Download | only in intltest

Lines Matching defs:valueLength

566         int32_t valueLength;
567 while ((charValue = values->next(&valueLength, status)) != NULL) {
568 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
580 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
581 UnicodeString value(FALSE, ucharValue, valueLength);