• Home
  • Raw
  • Download

Lines Matching refs:destCapacity

39                int32_t destCapacity,  in u_strFromUTF32WithSub()  argument
57 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strFromUTF32WithSub()
69 destLimit = (dest!=NULL)?(dest + destCapacity):NULL; in u_strFromUTF32WithSub()
132 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromUTF32WithSub()
139 int32_t destCapacity, in u_strFromUTF32() argument
145 dest, destCapacity, pDestLength, in u_strFromUTF32()
153 int32_t destCapacity, in u_strToUTF32WithSub() argument
172 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strToUTF32WithSub()
184 destLimit = (dest!=NULL)?(dest + destCapacity):NULL; in u_strToUTF32WithSub()
238 u_terminateUChar32s(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF32WithSub()
245 int32_t destCapacity, in u_strToUTF32() argument
251 dest, destCapacity, pDestLength, in u_strToUTF32()
401 int32_t destCapacity, in u_strFromUTF8WithSub() argument
408 UChar *pDestLimit = dest+destCapacity; in u_strFromUTF8WithSub()
421 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strFromUTF8WithSub()
718 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8WithSub()
725 int32_t destCapacity, in u_strFromUTF8() argument
731 dest, destCapacity, pDestLength, in u_strFromUTF8()
739 int32_t destCapacity, in u_strFromUTF8Lenient() argument
755 (destCapacity<0) || (dest == NULL && destCapacity > 0) in u_strFromUTF8Lenient()
763 UChar *pDestLimit = (dest!=NULL)?(dest+destCapacity):NULL; in u_strFromUTF8Lenient()
856 if(destCapacity < srcLength) { in u_strFromUTF8Lenient()
949 u_terminateUChars(dest,destCapacity,reqLength,pErrorCode); in u_strFromUTF8Lenient()
978 int32_t destCapacity, in u_strToUTF8WithSub() argument
987 uint8_t *pDestLimit = (pDest!=NULL)?(pDest + destCapacity):NULL; in u_strToUTF8WithSub()
996 (destCapacity<0) || (dest == NULL && destCapacity > 0) || in u_strToUTF8WithSub()
1236 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToUTF8WithSub()
1242 int32_t destCapacity, in u_strToUTF8() argument
1248 dest, destCapacity, pDestLength, in u_strToUTF8()
1257 int32_t destCapacity, in u_strFromJavaModifiedUTF8WithSub() argument
1264 UChar *pDestLimit = dest+destCapacity; in u_strFromJavaModifiedUTF8WithSub()
1278 (dest==NULL && destCapacity!=0) || destCapacity<0 || in u_strFromJavaModifiedUTF8WithSub()
1306 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1503 u_terminateUChars(dest, destCapacity, reqLength, pErrorCode); in u_strFromJavaModifiedUTF8WithSub()
1510 int32_t destCapacity, in u_strToJavaModifiedUTF8() argument
1518 uint8_t *pDestLimit = pDest + destCapacity; in u_strToJavaModifiedUTF8()
1527 (dest==NULL && destCapacity!=0) || destCapacity<0 in u_strToJavaModifiedUTF8()
1546 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()
1644 u_terminateChars(dest, destCapacity, reqLength, pErrorCode); in u_strToJavaModifiedUTF8()