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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 29 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
45 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType));
61 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType));
111 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsLanguage));
143 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsPlatform));
166 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsTitle));
202 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVariation));
218 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion));
234 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion));
250 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppName));
    [all...]
xfa_object_imp.cpp 51 hValue, FX_UTF8Encode(className.GetPtr(), className.GetLength()));
66 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
742 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength()));
803 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsSOMExpression));
867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
    [all...]
xfa_script_eventpseudomodel.cpp 31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue));
xfa_script_imp.cpp 106 FX_UTF8Encode(wsJavaScript.GetBuffer(), wsJavaScript.GetLength());
130 btScript = FX_UTF8Encode(wsScript.GetPtr(), wsScript.GetLength());
498 FX_UTF8Encode(wsScript.GetPtr(), wsScript.GetLength());
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_utf.cpp 76 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len) {
fxcrt_posix.cpp 48 return Open(FX_UTF8Encode(fileName), dwMode);
fx_basic_wstring.cpp 288 return FX_UTF8Encode(*this);
  /external/pdfium/core/include/fxcrt/
fx_string.h 800 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len);
801 inline CFX_ByteString FX_UTF8Encode(const CFX_WideStringC& wsStr) {
802 return FX_UTF8Encode(wsStr.GetPtr(), wsStr.GetLength());
804 inline CFX_ByteString FX_UTF8Encode(const CFX_WideString& wsStr) {
805 return FX_UTF8Encode(wsStr.c_str(), wsStr.GetLength());
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedEAN8Writer.cpp 173 CFX_ByteString str = FX_UTF8Encode(contents);
BC_OnedEAN13Writer.cpp 169 CFX_ByteString str = FX_UTF8Encode(contents);
BC_OnedUPCAWriter.cpp 125 CFX_ByteString str = FX_UTF8Encode(contents);
BC_OneDimWriter.cpp 245 CFX_ByteString str = FX_UTF8Encode(contents);
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]

Completed in 380 milliseconds