HomeSort by relevance Sort by last modified time
    Searched full:expectedwordresult (Results 1 - 2 of 2) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITest.java 559 int expectedWordResult[] = {
569 if (position != expectedWordResult[index++]) {
570 errln("Incorrect break given by thai word break iterator. Expected: " + expectedWordResult[index-1] + " Got: " + position);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITest.java 555 int expectedWordResult[] = {
565 if (position != expectedWordResult[index++]) {
566 errln("Incorrect break given by thai word break iterator. Expected: " + expectedWordResult[index-1] + " Got: " + position);
    [all...]

Completed in 758 milliseconds