Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.cpp1539 AffixPattern withNegative; in toPattern() local
1540 withNegative.add(AffixPattern::kNegative); in toPattern()
1541 withNegative.append(fPositivePrefixPattern); in toPattern()
1543 !withNegative.equals(fNegativePrefixPattern)) { in toPattern()