Home
last modified time | relevance | path

Searched refs:patResStr (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dnumfmt.cpp1279 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &s… in makeInstance() local
1286patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status); in makeInstance()
1292 pattern.setTo(TRUE, patResStr, patLen); in makeInstance()
Ddecimfmt.cpp553 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &er… in setupCurrencyAffixPatterns() local
558 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error); in setupCurrencyAffixPatterns()
565 applyPatternWithoutExpandAffix(UnicodeString(patResStr, patLen), false, in setupCurrencyAffixPatterns()