Home | History | Annotate | Download | only in intltest

Lines Matching refs:tupleCount

6634 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
6639 if (tupleCount > 10) {
6640 assertTrue("internal error, tupleCount too large", FALSE);
6642 for (int i = 0; i < tupleCount; ++i) {
6659 for (int i = 0; i < tupleCount; ++i) {
6676 for (int i = 0; i < tupleCount; ++i) {
6742 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
6747 expectPositions(posIter, expected, tupleCount, result);
6775 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
6780 expectPositions(posIter, expected, tupleCount, result);