Lines Matching full:tuplecount
6190 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
6195 if (tupleCount > 10) {
6196 assertTrue("internal error, tupleCount too large", FALSE);
6198 for (int i = 0; i < tupleCount; ++i) {
6215 for (int i = 0; i < tupleCount; ++i) {
6232 for (int i = 0; i < tupleCount; ++i) {
6298 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
6303 expectPositions(posIter, expected, tupleCount, result);
6331 int32_t tupleCount = sizeof(expected)/(3 * sizeof(*expected));
6336 expectPositions(posIter, expected, tupleCount, result);