Lines Matching refs:pDestLength
67 int32_t *pDestLength, in _strToWCS() argument
208 if(pDestLength){ in _strToWCS()
209 *pDestLength = count; in _strToWCS()
234 int32_t *pDestLength, in u_strToWCS() argument
259 if(pDestLength){ in u_strToWCS()
260 *pDestLength = srcLength; in u_strToWCS()
269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
274 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode); in u_strToWCS()
285 int32_t *pDestLength, in _strFromWCS() argument
463 if(pDestLength){ in _strFromWCS()
464 *pDestLength =count; in _strFromWCS()
488 int32_t *pDestLength, in u_strFromWCS() argument
514 if(pDestLength){ in u_strFromWCS()
515 *pDestLength = srcLength; in u_strFromWCS()
524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
529 return _strFromWCS(dest,destCapacity,pDestLength,src,srcLength,pErrorCode); in u_strFromWCS()