Searched refs:ptLength (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 562 int32_t ptLength; in searchInLocaleChain() local 563 …pattern = ures_getStringByKeyWithFallback(countsToPatternRB, searchPluralCount, &ptLength, &status… in searchInLocaleChain() 566 …MessageFormat* messageFormat = new MessageFormat(UnicodeString(TRUE, pattern, ptLength), getLocale… in searchInLocaleChain()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | tmutfmt.cpp | 640 int32_t ptLength; in searchInLocaleChain() local 641 …pattern = ures_getStringByKeyWithFallback(countsToPatternRB, searchPluralCount, &ptLength, &status… in searchInLocaleChain() 644 …MessageFormat* messageFormat = new MessageFormat(UnicodeString(TRUE, pattern, ptLength), fLocale, … in searchInLocaleChain()
|