Home | History | Annotate | Download | only in intltest

Lines Matching defs:valueLength

606         int32_t valueLength;
607 while ((charValue = values->next(&valueLength, status)) != NULL) {
608 if (valueLength == 6 && strcmp(charValue, "hebrew") == 0) {
620 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
621 UnicodeString value(FALSE, ucharValue, valueLength);