Searched refs:gotoffset (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | rbbiapts.h | 90 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
|
D | rbbiapts.cpp | 1100 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expec… in doTest() argument 1104 if(gotoffset != expectedOffset) in doTest() 1105 …errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expecte… in doTest() 1106 if(start <= gotoffset){ in doTest() 1107 testString.extractBetween(start, gotoffset, selected); in doTest() 1110 testString.extractBetween(gotoffset, start, selected); in doTest()
|