Home | History | Annotate | Download | only in i18n

Lines Matching refs:numLocs

259     StringLocalizationInfo(UChar* i, UChar*** d, int32_t numRS, int32_t numLocs)
260 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs)
430 int32_t numLocs = array.length() - 2; // subtract first, NULL
433 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL