Searched refs:gotoffset (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 440 …public void doTest(String testString, int start, int gotoffset, int expectedOffset, String expecte… in doTest() argument 443 if (gotoffset != expectedOffset) in doTest() 444 errln("ERROR:****returned #" + gotoffset + " instead of #" + expectedOffset); in doTest() 445 if (start <= gotoffset) { in doTest() 446 selected = testString.substring(start, gotoffset); in doTest() 448 selected = testString.substring(gotoffset, start); in doTest()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.h | 99 …void doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, c…
|
D | rbbiapts.cpp | 1489 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expec… in doTest() argument 1493 if(gotoffset != expectedOffset) in doTest() 1494 …errln((UnicodeString)"ERROR:****returned #" + gotoffset + (UnicodeString)" instead of #" + expecte… in doTest() 1495 if(start <= gotoffset){ in doTest() 1496 testString.extractBetween(start, gotoffset, selected); in doTest() 1499 testString.extractBetween(gotoffset, start, selected); in doTest()
|