Searched refs:fPercent (Results 1 – 4 of 4) sorted by relevance
384 return (fPercent == other.fPercent) in equals()391 UnicodeString fPercent;
95 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()
91 UnicodeString fPercent; variable
617 : 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()