Home | History | Annotate | Download | only in i18n

Lines Matching defs:requiredLength

323     UChar** nextArray(int32_t& requiredLength);
391 int32_t requiredLength = -1;
394 UChar** elem = nextArray(requiredLength);
427 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL
435 LocDataParser::nextArray(int32_t& requiredLength) {
473 if (requiredLength == -1) {
474 requiredLength = array.length() + 1;
475 } else if (array.length() != requiredLength) {