• Home
  • Raw
  • Download

Lines Matching refs:destCapacity

41                int32_t destCapacity,  in u_strFromUTF32WithSub()  argument
59 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strFromUTF32WithSub()
71 destLimit = (dest!=NULL)?(dest + destCapacity):NULL; in u_strFromUTF32WithSub()
134 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()
141 int32_t destCapacity, in u_strFromUTF32() argument
147 dest, destCapacity, pDestLength, in u_strFromUTF32()
155 int32_t destCapacity, in u_strToUTF32WithSub() argument
174 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strToUTF32WithSub()
186 destLimit = (dest!=NULL)?(dest + destCapacity):NULL; in u_strToUTF32WithSub()
240 u_terminateUChar32s(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF32WithSub()
247 int32_t destCapacity, in u_strToUTF32() argument
253 dest, destCapacity, pDestLength, in u_strToUTF32()
261 int32_t destCapacity, in u_strFromUTF8WithSub() argument
272 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strFromUTF8WithSub()
283 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub()
534 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub()
541 int32_t destCapacity, in u_strFromUTF8() argument
547 dest, destCapacity, pDestLength, in u_strFromUTF8()
555 int32_t destCapacity, in u_strFromUTF8Lenient() argument
571 (destCapacity<0) || (dest == NULL && destCapacity > 0) in u_strFromUTF8Lenient()
579 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient()
672 if(destCapacity < srcLength) { in u_strFromUTF8Lenient()
765 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient()
794 int32_t destCapacity, in u_strToUTF8WithSub() argument
803 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; in u_strToUTF8WithSub()
812 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strToUTF8WithSub()
1052 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF8WithSub()
1058 int32_t destCapacity, in u_strToUTF8() argument
1064 dest, destCapacity, pDestLength, in u_strToUTF8()
1073 int32_t destCapacity, in u_strFromJavaModifiedUTF8WithSub() argument
1084 (dest==NULL && destCapacity!=0) || destCapacity<0 || in u_strFromJavaModifiedUTF8WithSub()
1095 UChar *pDestLimit = dest+destCapacity; in u_strFromJavaModifiedUTF8WithSub()
1116 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1308 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1315 int32_t destCapacity, in u_strToJavaModifiedUTF8() argument
1323 uint8_t *pDestLimit = pDest + destCapacity; in u_strToJavaModifiedUTF8()
1332 (dest==NULL && destCapacity!=0) || destCapacity<0 in u_strToJavaModifiedUTF8()
1351 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()
1449 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()