Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedLineResult

2162     int32_t expectedLineResult[] = {
2190 if (p != expectedLineResult[index++]) {
2191 errln("Incorrect break given by thai line break iterator. Expected: %d Got: %d", expectedLineResult[index-1], p);