Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp3931 UnicodeString padEscape ((UChar)kPatternPadEscape); in applyPatternWithoutExpandAffix() local
3945 padEscape. remove().append(getConstSymbol(DecimalFormatSymbols::kPadEscapeSymbol)); in applyPatternWithoutExpandAffix()
4214 } else if (pattern.compare(pos, padEscape.length(), padEscape) == 0) { in applyPatternWithoutExpandAffix()
4223 pos += padEscape.length(); in applyPatternWithoutExpandAffix()