Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp96 fPerMill((UChar)kPatternPerMill), in DecimalFormatPatternParser()
117 fPerMill = symbols.getConstSymbol( in useSymbols()
403 } else if (pattern.compare(pos, fPerMill.length(), fPerMill) == 0) { in applyPatternWithoutExpandAffix()
415 pos += fPerMill.length(); in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h92 UnicodeString fPerMill; variable