Home | History | Annotate | Download | only in intltest

Lines Matching full:srclength

431     // test that srcLength=-1 is handled in functions that
432 // take input const UChar */int32_t srcLength (j785)
438 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work");
442 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work");
446 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work");
450 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work");
454 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work");
461 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");