Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dfgas_codepage.h148 int32_t FX_UTF8Decode(const FX_CHAR* pSrc,
Dfgas_codepage.cpp385 return FX_UTF8Decode(pSrc, pSrcLen, pDst, pDstLen); in FX_DecodeString()
389 int32_t FX_UTF8Decode(const FX_CHAR* pSrc, in FX_UTF8Decode() function