Home | History | Annotate | Download | only in i18n

Lines Matching defs:targetLength

7392     int32_t targetLength;
7407 targetLength = targetString.length();
7410 targetLength = (tColl->flags&UCOL_ITER_HASLEN)?(int32_t)(tColl->endp-tColl->string):-1;
7427 targetKeyLen = ucol_getSortKey(coll, target, targetLength, targetKeyP, targetKeyLen);
7434 targetKeyLen = ucol_getSortKey(coll, target, targetLength, targetKeyP, targetKeyLen);
7950 const UChar *target, int32_t targetLength,
7955 IInit_collIterate(coll, target, targetLength, &tColl, status);
8432 int32_t targetLength)
8440 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength);
8452 if (source==target && sourceLength==targetLength) {
8464 if (sourceLength == -1 && targetLength == -1) {
8481 const UChar *pTargEnd = target + targetLength;
8488 if ((*pSrc == 0 && sourceLength == -1) || (*pTarg == 0 && targetLength == -1)) {
8516 (pTarg != target+targetLength && ucol_unsafeCP(*pTarg, coll)))
8534 if (targetLength > 0) {
8535 targetLength -= equalLength;
8541 if(!coll->latinOneUse || (sourceLength > 0 && *source&0xff00) || (targetLength > 0 && *target&0xff00)) {
8542 returnVal = ucol_strcollRegular(coll, source, sourceLength, target, targetLength, &status);
8544 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8556 int32_t targetLength)
8558 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8568 int32_t targetLength)
8570 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8580 int32_t targetLength)
8582 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)