Lines Matching refs:requiredLength
325 UChar** nextArray(int32_t& requiredLength);
393 int32_t requiredLength = -1;
396 UChar** elem = nextArray(requiredLength);
429 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL
437 LocDataParser::nextArray(int32_t& requiredLength) {
475 if (requiredLength == -1) {
476 requiredLength = array.length() + 1;
477 } else if (array.length() != requiredLength) {