HomeSort by relevance Sort by last modified time
    Searched refs:FX_UTF8Encode (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 52 return Open(FX_UTF8Encode(fileName), dwMode);
151 return FX_File_Exist(FX_UTF8Encode(fileName));
159 return FX_File_Delete(FX_UTF8Encode(fileName));
191 return FX_File_Copy(FX_UTF8Encode(fileNameSrc), FX_UTF8Encode(fileNameDst));
199 return FX_File_Move(FX_UTF8Encode(fileNameSrc), FX_UTF8Encode(fileNameDst));
fxcrt_platforms.cpp 155 return FX_File_Exist(FX_UTF8Encode(fileName));
163 return FX_File_Delete(FX_UTF8Encode(fileName));
193 return FX_File_Copy(FX_UTF8Encode(fileNameSrc), FX_UTF8Encode(fileNameDst));
201 return FX_File_Move(FX_UTF8Encode(fileNameSrc), FX_UTF8Encode(fileNameDst));
fx_basic_utf.cpp 79 CFX_ByteString FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len)
91 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator)
fx_basic_wstring.cpp 313 return FX_UTF8Encode(*this);
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 835 CFX_ByteString FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len);
836 inline CFX_ByteString FX_UTF8Encode(FX_WSTR wsStr)
838 return FX_UTF8Encode(wsStr.GetPtr(), wsStr.GetLength());
840 inline CFX_ByteString FX_UTF8Encode(const CFX_WideString &wsStr)
842 return FX_UTF8Encode((FX_LPCWSTR)wsStr, wsStr.GetLength());
869 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator = NULL);

Completed in 40 milliseconds