Home | History | Annotate | Download | only in intltest

Lines Matching full:srclength

426     // test that srcLength=-1 is handled in functions that
427 // take input const UChar */int32_t srcLength (j785)
433 errln("error UnicodeString::compare(..., const UChar *, srcLength=-1) does not work");
437 errln("error UnicodeString::compareCodePointOrder(..., const UChar *, srcLength=-1, ...) does not work");
441 errln("error UnicodeString::caseCompare(..., const UChar *, srcLength=-1, ...) does not work");
445 errln("error UnicodeString::indexOf(const UChar *, srcLength=-1, ...) does not work");
449 errln("error UnicodeString::lastIndexOf(const UChar *, srcLength=-1, ...) does not work");
456 errln("error UnicodeString::replace(..., const UChar *, srcLength=-1, ...) does not work");