Searched refs:doBoundaryTest (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | rbbiapts.h | 97 void doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries);
|
D | rbbiapts.cpp | 611 doBoundaryTest(*bi, testString1, bounds1); in TestBuilder() 638 doBoundaryTest(*bi, testString1, bounds1); in TestQuoteGrouping() 673 doBoundaryTest(*bi, testString1, bounds1); in TestRuleStatus() 873 doBoundaryTest(*bi, testString1, bounds1); in TestBug2190() 1443 void RBBIAPITest::doBoundaryTest(BreakIterator& bi, UnicodeString& text, int32_t *boundaries){ in doBoundaryTest() function in RBBIAPITest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 385 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 389 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary() 445 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest() method in RBBIAPITest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBIAPITest.java | 388 doBoundaryTest(charIter1, testString1, bounds1); in TestIsBoundary() 392 doBoundaryTest(wordIter2, testString1, bounds2); in TestIsBoundary() 448 private void doBoundaryTest(BreakIterator bi, String text, int[] boundaries) { in doBoundaryTest() method in RBBIAPITest
|