Home | History | Annotate | Download | only in i18n

Lines Matching refs:requiredLength

327     UChar** nextArray(int32_t& requiredLength);
397 int32_t requiredLength = -1;
400 UChar** elem = nextArray(requiredLength);
433 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL
441 LocDataParser::nextArray(int32_t& requiredLength) {
479 if (requiredLength == -1) {
480 requiredLength = array.length() + 1;
481 } else if (array.length() != requiredLength) {