Home | History | Annotate | Download | only in cintltst

Lines Matching full:tlen

230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
247 uiter_setString(&tIter, target, tLen);
275 uint32_t tLen = u_strlen(target);
283 uiter_setString(&tIter, target, tLen);
297 u_strToUTF8(utf8Target, 256, &utf8TargetLen, target, tLen, &status);
305 uiter_setString(&tIter, target, tLen);*/
340 partialSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
350 partialNormalizedSKResult = compareUsingPartials(myCollation, source, sLen, target, tLen, partialSizes[i], &status);
362 compareResult = ucol_strcoll(myCollation, source, sLen, target, tLen);
369 sortklen2=ucol_getSortKey(myCollation, target, tLen, NULL, 0);
381 ucol_getSortKey(myCollation, target, tLen, sortKey2, sortklen2+1);