Searched refs:patResStr (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | numfmt.cpp | 1177 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &s… in makeInstance() local 1180 pattern.setTo(TRUE, patResStr, patLen); in makeInstance()
|
D | decimfmt.cpp | 500 …const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &er… in setupCurrencyAffixPatterns() local 504 applyPatternWithoutExpandAffix(UnicodeString(patResStr, patLen), false, in setupCurrencyAffixPatterns()
|