Home | History | Annotate | Download | only in intltest

Lines Matching full:expectedoffset

1184 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){
1188 if(gotoffset != expectedOffset)
1189 errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expectedOffset);