• Home
  • Raw
  • Download

Lines Matching refs:pDestLength

42                int32_t *pDestLength,  in u_strFromUTF32WithSub()  argument
126 if(pDestLength) { in u_strFromUTF32WithSub()
127 *pDestLength = reqLength; in u_strFromUTF32WithSub()
142 int32_t *pDestLength, in u_strFromUTF32() argument
147 dest, destCapacity, pDestLength, in u_strFromUTF32()
156 int32_t *pDestLength, in u_strToUTF32WithSub() argument
232 if(pDestLength) { in u_strToUTF32WithSub()
233 *pDestLength = reqLength; in u_strToUTF32WithSub()
248 int32_t *pDestLength, in u_strToUTF32() argument
253 dest, destCapacity, pDestLength, in u_strToUTF32()
262 int32_t *pDestLength, in u_strFromUTF8WithSub() argument
529 if(pDestLength){ in u_strFromUTF8WithSub()
530 *pDestLength = reqLength; in u_strFromUTF8WithSub()
542 int32_t *pDestLength, in u_strFromUTF8() argument
547 dest, destCapacity, pDestLength, in u_strFromUTF8()
556 int32_t *pDestLength, in u_strFromUTF8Lenient() argument
673 if(pDestLength != NULL) { in u_strFromUTF8Lenient()
674 *pDestLength = srcLength; /* this likely overestimates the true destLength! */ in u_strFromUTF8Lenient()
760 if(pDestLength){ in u_strFromUTF8Lenient()
761 *pDestLength = reqLength; in u_strFromUTF8Lenient()
795 int32_t *pDestLength, in u_strToUTF8WithSub() argument
1047 if(pDestLength){ in u_strToUTF8WithSub()
1048 *pDestLength = reqLength; in u_strToUTF8WithSub()
1059 int32_t *pDestLength, in u_strToUTF8() argument
1064 dest, destCapacity, pDestLength, in u_strToUTF8()
1074 int32_t *pDestLength, in u_strFromJavaModifiedUTF8WithSub() argument
1111 if(pDestLength) { in u_strFromJavaModifiedUTF8WithSub()
1112 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1303 if(pDestLength) { in u_strFromJavaModifiedUTF8WithSub()
1304 *pDestLength = reqLength; in u_strFromJavaModifiedUTF8WithSub()
1316 int32_t *pDestLength, in u_strToJavaModifiedUTF8() argument
1346 if(pDestLength) { in u_strToJavaModifiedUTF8()
1347 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()
1444 if(pDestLength){ in u_strToJavaModifiedUTF8()
1445 *pDestLength = reqLength; in u_strToJavaModifiedUTF8()