Home | History | Annotate | Download | only in i18n

Lines Matching defs:sourceLength

4253         int32_t        sourceLength,
4260 ((sourceLength==-1 && source!=NULL) ? u_strlen(source) : sourceLength));
4276 keySize = coll->sortKeyGen(coll, source, sourceLength, &result, resultLength, FALSE, &status);
4294 const UChar *source, int32_t sourceLength,
4298 return coll->sortKeyGen(coll, source, sourceLength, pResult, 0, TRUE, pErrorCode);
4658 int32_t sourceLength,
4689 int32_t len = (sourceLength == -1 ? u_strlen(source) : sourceLength);
5295 int32_t sourceLength,
5326 int32_t len = sourceLength;
6537 int32_t sourceLength,
6561 && (source[sourceIndex] != 0 || sourceIndex < sourceLength));
6563 if((source[sourceIndex] == 0 || sourceIndex == sourceLength)
7410 int32_t sourceLength;
7424 sourceLength = sourceString.length();
7428 sourceLength = (sColl->flags&UCOL_ITER_HASLEN)?(int32_t)(sColl->endp-sColl->string):-1;
7436 sourceKeyLen = ucol_getSortKey(coll, source, sourceLength, sourceKeyP, sourceKeyLen);
7443 sourceKeyLen = ucol_getSortKey(coll, source, sourceLength, sourceKeyP, sourceKeyLen);
7968 const UChar *source, int32_t sourceLength,
7973 IInit_collIterate(coll, source, sourceLength, &sColl, status);
8449 int32_t sourceLength,
8458 UTRACE_DATA2(UTRACE_VERBOSE, "source string = %vh ", source, sourceLength);
8471 if (source==target && sourceLength==targetLength) {
8483 if (sourceLength == -1 && targetLength == -1) {
8499 const UChar *pSrcEnd = source + sourceLength;
8507 if ((*pSrc == 0 && sourceLength == -1) || (*pTarg == 0 && targetLength == -1)) {
8534 if ((pSrc != source+sourceLength && ucol_unsafeCP(*pSrc, coll)) ||
8550 if (sourceLength > 0) {
8551 sourceLength -= equalLength;
8560 if(!coll->latinOneUse || (sourceLength > 0 && *source&0xff00) || (targetLength > 0 && *target&0xff00)) {
8561 returnVal = ucol_strcollRegular(coll, source, sourceLength, target, targetLength, &status);
8563 returnVal = ucol_strcollUseLatin1(coll, source, sourceLength, target, targetLength, &status);
8573 int32_t sourceLength,
8577 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8585 int32_t sourceLength,
8589 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
8597 int32_t sourceLength,
8601 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)