Lines Matching refs:values
2514 //we not only test the value, but some values in a small range around it
5787 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
5816 if (values[i*3] == id &&
5817 values[i*3+1] == start &&
5818 values[i*3+2] == limit) {
5832 assertTrue((UnicodeString) "missing [" + values[i*3] + "," + values[i*3+1] + "," + values[i*3+2] + "]", found[i]);
5835 assertTrue("no expected values were missing", ok);