HomeSort by relevance Sort by last modified time
    Searched refs:stoppedAt (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ErrorTest.java 36 int stoppedAt = 0, len;
46 stoppedAt = t.transliterate(testString, 0, 100);
47 if (stoppedAt != -1) {
54 stoppedAt = t.transliterate(testString, 100, testString.length() - 1);
55 if (stoppedAt != -1) {
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ErrorTest.java 32 int stoppedAt = 0, len;
42 stoppedAt = t.transliterate(testString, 0, 100);
43 if (stoppedAt != -1) {
50 stoppedAt = t.transliterate(testString, 100, testString.length() - 1);
51 if (stoppedAt != -1) {
  /external/icu/icu4c/source/test/intltest/
trnserr.cpp 61 int32_t stoppedAt = 0, len;
74 stoppedAt = t->transliterate(testString, 0, 100);
75 if (stoppedAt != -1) {
81 stoppedAt = t->transliterate(testString, 100, testString.length()-1);
82 if (stoppedAt != -1)

Completed in 445 milliseconds