Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp399 fPositivePrefix = rhs.fPositivePrefix; in operator =()
475 fPositivePrefix == other->fPositivePrefix) in operator ==()
574 fPositivePrefix == other->fPositivePrefix) in operator ==()
1805 patternToCompare = &fPositivePrefix; in compareAffix()
2141 result = fPositivePrefix; in getPositivePrefix()
2151 fPositivePrefix = newValue; in setPositivePrefix()
2551 expandAffix(*fPosPrefixPattern, fPositivePrefix, 0, FALSE); in expandAffixes()
2568 .append(fPositivePrefix).append("|").append(fPositiveSuffix) in expandAffixes()
2770 affix = isNegative ? &fNegativePrefix : &fPositivePrefix; in appendAffix()
2983 (part==0 ? fPositivePrefix : fNegativePrefix), in toPattern()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h1869 UnicodeString fPositivePrefix; variable