Searched refs:doBoundaryTest (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.h | 96 void doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries);
|
D | rbbiapts.cpp | 608 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 635 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 670 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 870 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190() 1470 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ in doBoundaryTest() function in RBBIAPITest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 378 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 382 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary() 425 public void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest() method in RBBIAPITest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 374 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 378 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary() 421 public void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest() method in RBBIAPITest
|