Home | History | Annotate | Download | only in i18n

Lines Matching defs:targetLength

7547     int32_t targetLength = (tColl->flags&UCOL_ITER_HASLEN)?(tColl->endp-tColl->string):-1;
7564 targetLength = tBufp - target;
7567 targetLength = (tColl->flags&UCOL_ITER_HASLEN)?(tColl->endp-tColl->string):-1;
7584 targetKeyLen = ucol_getSortKey(coll, target, targetLength, targetKeyP, targetKeyLen);
7591 targetKeyLen = ucol_getSortKey(coll, target, targetLength, targetKeyP, targetKeyLen);
7621 // int32_t targetLength,
8579 int32_t targetLength)
8587 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength);
8599 if (source==target && sourceLength==targetLength) {
8611 if (sourceLength == -1 && targetLength == -1) {
8628 const UChar *pTargEnd = target + targetLength;
8635 if ((*pSrc == 0 && sourceLength == -1) || (*pTarg == 0 && targetLength == -1)) {
8663 pTarg != target+targetLength && ucol_unsafeCP(*pTarg, coll))
8681 if (targetLength > 0) {
8682 targetLength -= equalLength;
8688 if(!coll->latinOneUse || (sourceLength > 0 && *source&0xff00) || (targetLength > 0 && *target&0xff00)) {
8692 IInit_collIterate(coll, target, targetLength, &tColl);
8695 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8707 int32_t targetLength)
8709 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8719 int32_t targetLength)
8721 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8731 int32_t targetLength)
8733 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)