Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimalformatpattern.cpp84 fPosPrefixPattern(), in DecimalFormatPattern()
537 out.fPosPrefixPattern = prefix; in applyPatternWithoutExpandAffix()
608 out.fPosPrefixPattern.remove(); in applyPatternWithoutExpandAffix()
631 (out.fNegPrefixPattern == out.fPosPrefixPattern in applyPatternWithoutExpandAffix()
637 .append(out.fPosPrefixPattern); in applyPatternWithoutExpandAffix()
647 out.fPosPrefixPattern, out.fPosPrefixAffix, status); in applyPatternWithoutExpandAffix()
Ddecimalformatpattern.h65 UnicodeString fPosPrefixPattern; member
Ddecimfmt.cpp484 posPrefix = out.fPosPrefixPattern; in applyPatternWithNoSideEffects()