Searched refs:FX_UTF8Encode (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_hostpseudomodel.cpp | 29 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_HostPseudoModel_LoadString() 45 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType)); in Script_HostPseudoModel_AppType() 61 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppType)); in Script_HostPseudoModel_FoxitAppType() 111 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsLanguage)); in Script_HostPseudoModel_Language() 143 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsPlatform)); in Script_HostPseudoModel_Platform() 166 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsTitle)); in Script_HostPseudoModel_Title() 202 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVariation)); in Script_HostPseudoModel_Variation() 218 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion)); in Script_HostPseudoModel_Version() 234 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsVersion)); in Script_HostPseudoModel_FoxitVersion() 250 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsAppName)); in Script_HostPseudoModel_Name() [all …]
|
D | xfa_object_imp.cpp | 51 hValue, FX_UTF8Encode(className.GetPtr(), className.GetLength())); in Script_ObjectClass_ClassName() 66 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength())); in ThrowScriptErrorMessage() 742 FXJSE_ThrowMessage("", FX_UTF8Encode(wsMessage, wsMessage.GetLength())); in Script_TreeClass_Nodes() 803 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsSOMExpression)); in Script_TreeClass_SomExpression() 867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_NodeClass_GetAttribute() 1178 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsNameSpace)); in Script_NodeClass_Ns() 1535 FX_UTF8Encode(wsValue, wsValue.GetLength())); in Script_Attribute_String() 1545 FX_UTF8Encode(wsValue, wsValue.GetLength())); in Script_Attribute_StringRead() 1628 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsMessage)); in Script_Som_Message() 1711 FX_UTF8Encode(content, content.GetLength())); in Script_Som_DefaultValue() [all …]
|
D | xfa_script_imp.cpp | 106 FX_UTF8Encode(wsJavaScript.GetBuffer(), wsJavaScript.GetLength()); in RunScript() 130 btScript = FX_UTF8Encode(wsScript.GetPtr(), wsScript.GetLength()); in RunScript() 498 FX_UTF8Encode(wsScript.GetPtr(), wsScript.GetLength()); in RunVariablesScript()
|
D | xfa_script_eventpseudomodel.cpp | 31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_EventPseudoModel_StringProperty()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_utf.cpp | 76 CFX_ByteString FX_UTF8Encode(const FX_WCHAR* pwsStr, FX_STRSIZE len) { in FX_UTF8Encode() function
|
D | fxcrt_posix.cpp | 48 return Open(FX_UTF8Encode(fileName), dwMode); in Open()
|
D | fx_xml_parser.cpp | 619 return pwsSpace ? FX_UTF8Encode(*pwsSpace) : CFX_ByteString(); in GetNamespaceURI()
|
D | fx_basic_wstring.cpp | 288 return FX_UTF8Encode(*this); in UTF8Encode()
|
/external/pdfium/core/include/fxcrt/ |
D | 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) { in FX_UTF8Encode() function 802 return FX_UTF8Encode(wsStr.GetPtr(), wsStr.GetLength()); in FX_UTF8Encode() 804 inline CFX_ByteString FX_UTF8Encode(const CFX_WideString& wsStr) { in FX_UTF8Encode() function 805 return FX_UTF8Encode(wsStr.c_str(), wsStr.GetLength()); in FX_UTF8Encode()
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_fm2jscontext.cpp | 2109 strLocalDate = FX_UTF8Encode(wsRet, wsRet.GetLength()); in IsoDate2Local() 2153 strLocalTime = FX_UTF8Encode(wsRet, wsRet.GetLength()); in IsoTime2Local() 2197 strGMTTime = FX_UTF8Encode(wsRet, wsRet.GetLength()); in GetGMTTime() 2373 strFormat = FX_UTF8Encode(strRet, strRet.GetLength()); in GetLocalDateFormat() 2429 strFormat = FX_UTF8Encode(strRet, strRet.GetLength()); in GetLocalTimeFormat() 3237 FX_UTF8Encode(javaScript, javaScript.GetLength()), in Eval() 3764 FX_UTF8Encode(wsResultBuf.GetBuffer(), wsResultBuf.GetLength()); in DecodeURL() 3837 FX_UTF8Encode(wsResultBuf.GetBuffer(), wsResultBuf.GetLength()); in DecodeHTML() 3933 szResultString = FX_UTF8Encode(wsXMLBuf.GetBuffer(), wsXMLBuf.GetLength()); in DecodeXML() 4086 szResultBuf = FX_UTF8Encode(wsResultBuf.GetBuffer(), wsResultBuf.GetLength()); in EncodeURL() [all …]
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
D | BC_OnedEAN8Writer.cpp | 173 CFX_ByteString str = FX_UTF8Encode(contents); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 169 CFX_ByteString str = FX_UTF8Encode(contents); in ShowChars()
|
D | BC_OnedUPCAWriter.cpp | 125 CFX_ByteString str = FX_UTF8Encode(contents); in ShowChars()
|
D | BC_OneDimWriter.cpp | 245 CFX_ByteString str = FX_UTF8Encode(contents); in ShowChars()
|