Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Ddcfmapts.cpp315 if(pat.getSecondaryGroupingSize() != 0) { in testAPI()
316 … errln("FAIL: Secondary Grouping Size should be 0, not %d\n", pat.getSecondaryGroupingSize()); in testAPI()
350 if(pat.getSecondaryGroupingSize() != 2) { in testAPI()
351 … errln("FAIL: Secondary Grouping Size should be 2, not %d\n", pat.getSecondaryGroupingSize()); in testAPI()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1548 int32_t getSecondaryGroupingSize(void) const;
/external/icu4c/i18n/
Dunum.cpp515 return df->getSecondaryGroupingSize(); in unum_getAttribute()
Ddecimfmt.cpp3142 DecimalFormat::getSecondaryGroupingSize() const in getSecondaryGroupingSize() function in DecimalFormat