Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp4831 UnicodeString padEscape ((UChar)kPatternPadEscape); in applyPatternWithoutExpandAffix() local
4845 padEscape. remove().append(getConstSymbol(DecimalFormatSymbols::kPadEscapeSymbol)); in applyPatternWithoutExpandAffix()
5114 } else if (pattern.compare(pos, padEscape.length(), padEscape) == 0) { in applyPatternWithoutExpandAffix()
5123 pos += padEscape.length(); in applyPatternWithoutExpandAffix()