Lines Matching refs:pDestLength
40 int32_t *pDestLength, in u_strFromUTF32WithSub() argument
124 if(pDestLength) { in u_strFromUTF32WithSub()
125 *pDestLength = reqLength; in u_strFromUTF32WithSub()
140 int32_t *pDestLength, in u_strFromUTF32() argument
145 dest, destCapacity, pDestLength, in u_strFromUTF32()
154 int32_t *pDestLength, in u_strToUTF32WithSub() argument
230 if(pDestLength) { in u_strToUTF32WithSub()
231 *pDestLength = reqLength; in u_strToUTF32WithSub()
246 int32_t *pDestLength, in u_strToUTF32() argument
251 dest, destCapacity, pDestLength, in u_strToUTF32()
402 int32_t *pDestLength, in u_strFromUTF8WithSub() argument
713 if(pDestLength){ in u_strFromUTF8WithSub()
714 *pDestLength = reqLength; in u_strFromUTF8WithSub()
726 int32_t *pDestLength, in u_strFromUTF8() argument
731 dest, destCapacity, pDestLength, in u_strFromUTF8()
740 int32_t *pDestLength, in u_strFromUTF8Lenient() argument
857 if(pDestLength != NULL) { in u_strFromUTF8Lenient()
858 *pDestLength = srcLength; /* this likely overestimates the true destLength! */ in u_strFromUTF8Lenient()
944 if(pDestLength){ in u_strFromUTF8Lenient()
945 *pDestLength = reqLength; in u_strFromUTF8Lenient()
979 int32_t *pDestLength, in u_strToUTF8WithSub() argument
1231 if(pDestLength){ in u_strToUTF8WithSub()
1232 *pDestLength = reqLength; in u_strToUTF8WithSub()
1243 int32_t *pDestLength, in u_strToUTF8() argument
1248 dest, destCapacity, pDestLength, in u_strToUTF8()
1258 int32_t *pDestLength, in u_strFromJavaModifiedUTF8WithSub() argument
1301 if(pDestLength) { in u_strFromJavaModifiedUTF8WithSub()
1302 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1498 if(pDestLength) { in u_strFromJavaModifiedUTF8WithSub()
1499 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1511 int32_t *pDestLength, in u_strToJavaModifiedUTF8() argument
1541 if(pDestLength) { in u_strToJavaModifiedUTF8()
1542 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()
1639 if(pDestLength){ in u_strToJavaModifiedUTF8()
1640 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()