Home | History | Annotate | Download | only in intltest

Lines Matching refs:totalCount

150     int32_t totalCount = MeasureUnit::getAvailable(units, 0, status);
154 units = new MeasureUnit[totalCount];
155 totalCount = MeasureUnit::getAvailable(units, totalCount, status);
162 if (totalCount < 200) {
201 if (unitCountSum != totalCount) {