Home | History | Annotate | Download | only in intltest

Lines Matching defs:expectPosition

6206 void NumberFormatTest::expectPosition(FieldPosition& pos, int32_t id, int32_t start, int32_t limit,
6274 expectPosition(fp, UNUM_INTEGER_FIELD, 1, 7, result);
6280 expectPosition(fp, UNUM_FRACTION_FIELD, 8, 10, result);
6307 expectPosition(fp, UNUM_INTEGER_FIELD, 1, 2, result);
6313 expectPosition(fp, UNUM_FRACTION_FIELD, 3, 5, result);