Lines Matching refs:srcLen
175 static void doStrcoll(const UCollator* coll, const UChar* src, int32_t srcLen, const UChar* tgt, int32_t tgtLen,
182 if (ucol_strcoll(coll, src, srcLen, tgt, tgtLen) != expected) {
186 u_strToUTF8(srcU8, UTF8_BUF_SIZE, &len, src, srcLen, &err);
191 if (srcLen >= 0) {