Home | History | Annotate | Download | only in cintltst

Lines Matching full:srclen

183 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen,
190 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) {
194 u_strToUTF8(srcU8, UTF8_BUF_SIZE, &len, src, srcLen, &err);
199 if (srcLen >= 0) {