Searched refs:fPadEscape (Results 1 – 2 of 2) sorted by relevance
102 fPadEscape((UChar)kPatternPadEscape) { in DecimalFormatPatternParser()129 fPadEscape = symbols.getConstSymbol( in useSymbols()417 } else if (pattern.compare(pos, fPadEscape.length(), fPadEscape) == 0) { in applyPatternWithoutExpandAffix()426 pos += fPadEscape.length(); in applyPatternWithoutExpandAffix()
98 UnicodeString fPadEscape; variable