Home | History | Annotate | Download | only in i18n

Lines Matching refs:numLocs

255     StringLocalizationInfo(UChar* i, UChar*** d, int32_t numRS, int32_t numLocs)
256 : info(i), data(d), numRuleSets(numRS), numLocales(numLocs)
424 int32_t numLocs = array.length() - 2; // subtract first, NULL
427 return new StringLocalizationInfo(data, result, requiredLength-2, numLocs); // subtract first, NULL