Home
last modified time | relevance | path

Searched refs:FX_GetUTF8EncodeLength (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp1789 static int32_t FX_GetUTF8EncodeLength(const FX_WCHAR* pSrc, int32_t iSrcLen) { in FX_GetUTF8EncodeLength() function
1818 int32_t nDstLen = FX_GetUTF8EncodeLength(m_pBuffer, nSrcLen); in GetCurrentBinaryPos()