Lines Matching refs:tgt
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) {
202 u_strToUTF8(tgtU8, UTF8_BUF_SIZE, &len, tgt, tgtLen, &err);