Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp346 fDecimalSeparatorAlwaysShown = FALSE; in init()
403 fDecimalSeparatorAlwaysShown = FALSE; in construct()
737 fDecimalSeparatorAlwaysShown = rhs.fDecimalSeparatorAlwaysShown; in operator =()
881 if (fDecimalSeparatorAlwaysShown != other->fDecimalSeparatorAlwaysShown) { in operator ==()
883 …printf("Dec Sep Always %d != %d", fDecimalSeparatorAlwaysShown, other->fDecimalSeparatorAlwaysShow… in operator ==()
961 fDecimalSeparatorAlwaysShown == other->fDecimalSeparatorAlwaysShown && in operator ==()
1062 } else if(fDecimalSeparatorAlwaysShown) { in handleChanged()
1740 if (fDecimalSeparatorAlwaysShown || fractionPresent) { in subformat()
3682 return fDecimalSeparatorAlwaysShown; in isDecimalSeparatorAlwaysShown()
3691 fDecimalSeparatorAlwaysShown = newValue; in setDecimalSeparatorAlwaysShown()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h2239 UBool fDecimalSeparatorAlwaysShown; variable