Searched refs:fPlus (Results 1 – 2 of 2) sorted by relevance
100 fPlus((UChar)kPatternPlus), in DecimalFormatPatternParser()125 fPlus = symbols.getConstSymbol( in useSymbols()285 && pattern.compare(pos, fPlus.length(), fPlus) == 0) { in applyPatternWithoutExpandAffix()287 pos += fPlus.length(); in applyPatternWithoutExpandAffix()435 } else if (pattern.compare(pos, fPlus.length(), fPlus) == 0) { in applyPatternWithoutExpandAffix()438 pos += fPlus.length(); in applyPatternWithoutExpandAffix()
96 UnicodeString fPlus; variable