Searched refs:ptnLength (Results 1 – 1 of 1) sorted by relevance
336 int32_t ptnLength; in setupCurrencyPluralPattern() local338 …ternChars = ures_getStringByKeyWithFallback(currencyRes.getAlias(), pluralCount, &ptnLength, &err); in setupCurrencyPluralPattern()343 if (U_SUCCESS(err) && ptnLength > 0) { in setupCurrencyPluralPattern()344 UnicodeString* pattern = new UnicodeString(patternChars, ptnLength); in setupCurrencyPluralPattern()359 UnicodeString negPattern(patternChars, ptnLength); in setupCurrencyPluralPattern()