• Home
  • Raw
  • Download

Lines Matching refs:targetLimit

1118                                char **target, const char *targetLimit,  in ucnv_outputOverflowFromUnicode()  argument
1136 if(t==targetLimit) { in ucnv_outputOverflowFromUnicode()
1171 char **target, const char *targetLimit, in ucnv_fromUnicode() argument
1221 if (sourceLimit<s || targetLimit<t || in ucnv_fromUnicode()
1223 ((size_t)(targetLimit-t)>(size_t)0x7fffffff && targetLimit>t) || in ucnv_fromUnicode()
1232 ucnv_outputOverflowFromUnicode(cnv, target, targetLimit, &offsets, err) in ucnv_fromUnicode()
1259 args.targetLimit=targetLimit; in ucnv_fromUnicode()
1564 UChar **target, const UChar *targetLimit, in ucnv_outputOverflowToUnicode() argument
1582 if(t==targetLimit) { in ucnv_outputOverflowToUnicode()
1617 UChar **target, const UChar *targetLimit, in ucnv_toUnicode() argument
1639 if ((const void *)U_MAX_PTR(targetLimit) == (const void *)targetLimit) { in ucnv_toUnicode()
1645 targetLimit = (const UChar *)(((const char *)targetLimit) - 1); in ucnv_toUnicode()
1667 if (sourceLimit<s || targetLimit<t || in ucnv_toUnicode()
1669 ((size_t)(targetLimit-t)>(size_t)0x3fffffff && targetLimit>t) || in ucnv_toUnicode()
1670 (((const char *)targetLimit-(const char *)t) & 1) != 0 in ucnv_toUnicode()
1678 ucnv_outputOverflowToUnicode(cnv, target, targetLimit, &offsets, err) in ucnv_toUnicode()
1705 args.targetLimit=targetLimit; in ucnv_toUnicode()
1916 args.targetLimit=buffer+1; in ucnv_getNextUChar()
1996 args.targetLimit=buffer+2; in ucnv_getNextUChar()
2039 char **target, const char *targetLimit, in ucnv_convertEx() argument
2062 target==NULL || *target==NULL || targetLimit==NULL in ucnv_convertEx()
2070 if((sourceLimit!=NULL && sourceLimit<s) || targetLimit<t) { in ucnv_convertEx()
2081 ((size_t)(targetLimit-t)>(size_t)0x7fffffff && targetLimit>t) in ucnv_convertEx()
2119 if(ucnv_outputOverflowFromUnicode(targetCnv, target, targetLimit, NULL, pErrorCode)) { in ucnv_convertEx()
2175 fromUArgs.targetLimit=targetLimit; in ucnv_convertEx()
2183 toUArgs.targetLimit=pivotLimit; in ucnv_convertEx()
2384 if(*target!=targetLimit) { in ucnv_convertEx()
2406 const char *targetLimit; in ucnv_internalConvert() local
2427 targetLimit=target+targetCapacity; in ucnv_internalConvert()
2429 &myTarget, targetLimit, in ucnv_internalConvert()
2447 targetLimit=targetBuffer+CHUNK_SIZE; in ucnv_internalConvert()
2452 &myTarget, targetLimit, in ucnv_internalConvert()