Searched defs:iSrcLen (Results 1 – 4 of 4) sorted by relevance
52 int32_t FX_Base64EncodeA(const uint8_t* pSrc, int32_t iSrcLen, FX_CHAR* pDst) { in FX_Base64EncodeA()140 int32_t FX_Base64DecodeA(const FX_CHAR* pSrc, int32_t iSrcLen, uint8_t* pDst) { in FX_Base64DecodeA()196 int32_t FX_Base64DecodeW(const FX_WCHAR* pSrc, int32_t iSrcLen, uint8_t* pDst) { in FX_Base64DecodeW()
122 int32_t iSrcLen = *pSrcLen; in FX_UTF8Decode() local
2456 static int32_t FX_GetUTF8EncodeLength(const FX_WCHAR* pSrc, int32_t iSrcLen) { in FX_GetUTF8EncodeLength()
4717 int32_t iSrcLen = oneString.GetLength(); in Replace() local