Searched refs:stoppedAt (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/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()
|
/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()
|