Searched refs:getSecondaryGroupingSize (Results 1 – 4 of 4) sorted by relevance
315 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()
1548 int32_t getSecondaryGroupingSize(void) const;
515 return df->getSecondaryGroupingSize(); in unum_getAttribute()
3142 DecimalFormat::getSecondaryGroupingSize() const in getSecondaryGroupingSize() function in DecimalFormat