Home | History | Annotate | Download | only in intltest

Lines Matching full:tuplecount

5825 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
5830 if (tupleCount > 10) {
5831 assertTrue("internal error, tupleCount too large", FALSE);
5833 for (int i = 0; i < tupleCount; ++i) {
5850 for (int i = 0; i < tupleCount; ++i) {
5867 for (int i = 0; i < tupleCount; ++i) {
5933 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
5938 expectPositions(posIter, expected, tupleCount, result);
5966 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
5971 expectPositions(posIter, expected, tupleCount, result);