Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp401 fNegativePrefix = rhs.fNegativePrefix; in operator =()
489 fNegativePrefix == other->fNegativePrefix) in operator ==()
496 debugout(fNegativePrefix); in operator ==()
504 debugout(other->fNegativePrefix); in operator ==()
582 fNegativePrefix == other->fNegativePrefix) in operator ==()
1797 patternToCompare = &fNegativePrefix; in compareAffix()
2162 result = fNegativePrefix; in getNegativePrefix()
2172 fNegativePrefix = newValue; in setNegativePrefix()
2557 expandAffix(*fNegPrefixPattern, fNegativePrefix, 0, FALSE); in expandAffixes()
2569 .append(";") .append(fNegativePrefix).append("|").append(fNegativeSuffix) in expandAffixes()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h1871 UnicodeString fNegativePrefix; variable