Home
last modified time | relevance | path

Searched refs:fPercent (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Daffixpatternparser.h384 return (fPercent == other.fPercent) in equals()
391 UnicodeString fPercent;
Ddecimalformatpattern.cpp95 fPercent((UChar)kPatternPercent), in DecimalFormatPatternParser()
115 fPercent = symbols.getConstSymbol( in useSymbols()
389 } else if (pattern.compare(pos, fPercent.length(), fPercent) == 0) { in applyPatternWithoutExpandAffix()
401 pos += fPercent.length(); in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h91 UnicodeString fPercent; variable
Daffixpatternparser.cpp617 : fPercent(gPercent), fPermill(gPerMill), fNegative(gNegative), fPositive(gPositive) { in AffixPatternParser()
628 fPercent = symbols.getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in setDecimalFormatSymbols()
649 appendTo.append(fPercent, UNUM_PERCENT_FIELD); in parse()