Home | History | Annotate | Download | only in intltest

Lines Matching defs:tupleCount

6452 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
6457 if (tupleCount > 10) {
6458 assertTrue("internal error, tupleCount too large", FALSE);
6460 for (int i = 0; i < tupleCount; ++i) {
6477 for (int i = 0; i < tupleCount; ++i) {
6494 for (int i = 0; i < tupleCount; ++i) {
6560 int32_t tupleCount = UPRV_LENGTHOF(expected)/3;
6565 expectPositions(posIter, expected, tupleCount, result);
6593 int32_t tupleCount = UPRV_LENGTHOF(expected)/3;
6598 expectPositions(posIter, expected, tupleCount, result);
9116 int32_t tupleCount = UPRV_LENGTHOF(expected)/3;
9117 expectPositions(fpi, expected, tupleCount, result);