Searched refs:stoppedAt (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ErrorTest.java | 32 int stoppedAt = 0, len; in TestTransliteratorErrors() local 42 stoppedAt = t.transliterate(testString, 0, 100); in TestTransliteratorErrors() 43 if (stoppedAt != -1) { in TestTransliteratorErrors() 50 stoppedAt = t.transliterate(testString, 100, testString.length() - 1); in TestTransliteratorErrors() 51 if (stoppedAt != -1) { in TestTransliteratorErrors()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ErrorTest.java | 36 int stoppedAt = 0, len; in TestTransliteratorErrors() local 46 stoppedAt = t.transliterate(testString, 0, 100); in TestTransliteratorErrors() 47 if (stoppedAt != -1) { in TestTransliteratorErrors() 54 stoppedAt = t.transliterate(testString, 100, testString.length() - 1); in TestTransliteratorErrors() 55 if (stoppedAt != -1) { in TestTransliteratorErrors()
|
/external/icu/icu4c/source/test/intltest/ |
D | trnserr.cpp | 61 int32_t stoppedAt = 0, len; in TestTransliteratorErrors() local 74 stoppedAt = t->transliterate(testString, 0, 100); in TestTransliteratorErrors() 75 if (stoppedAt != -1) { in TestTransliteratorErrors() 81 stoppedAt = t->transliterate(testString, 100, testString.length()-1); in TestTransliteratorErrors() 82 if (stoppedAt != -1) in TestTransliteratorErrors()
|