Lines Matching refs:pDestLength
65 int32_t *pDestLength, in _strToWCS() argument
206 if(pDestLength){ in _strToWCS()
207 *pDestLength = count; in _strToWCS()
232 int32_t *pDestLength, in u_strToWCS() argument
257 if(pDestLength){ in u_strToWCS()
258 *pDestLength = srcLength; in u_strToWCS()
267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
272 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode); in u_strToWCS()
283 int32_t *pDestLength, in _strFromWCS() argument
461 if(pDestLength){ in _strFromWCS()
462 *pDestLength =count; in _strFromWCS()
486 int32_t *pDestLength, in u_strFromWCS() argument
512 if(pDestLength){ in u_strFromWCS()
513 *pDestLength = srcLength; in u_strFromWCS()
522 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
527 return _strFromWCS(dest,destCapacity,pDestLength,src,srcLength,pErrorCode); in u_strFromWCS()