Searched refs:fPadEscape (Results 1 – 2 of 2) sorted by relevance
104 fPadEscape((UChar)kPatternPadEscape) { in DecimalFormatPatternParser()131 fPadEscape = symbols.getConstSymbol( in useSymbols()419 } else if (pattern.compare(pos, fPadEscape.length(), fPadEscape) == 0) { in applyPatternWithoutExpandAffix()428 pos += fPadEscape.length(); in applyPatternWithoutExpandAffix()
100 UnicodeString fPadEscape; variable