Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp29 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 …]
Dxfa_object_imp.cpp50 FXJSE_Value_SetUTF8String( in Script_ObjectClass_ClassName()
803 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsSOMExpression)); in Script_TreeClass_SomExpression()
867 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_NodeClass_GetAttribute()
1076 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), bsXMLHeader); in Script_NodeClass_SaveXML()
1083 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), bsXMLHeader); in Script_NodeClass_SaveXML()
1091 FXJSE_Value_SetUTF8String( in Script_NodeClass_SaveXML()
1104 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), bsXMLHeader); in Script_NodeClass_SaveXML()
1110 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), bsXMLHeader); in Script_NodeClass_SaveXML()
1122 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), in Script_NodeClass_SaveXML()
1135 FXJSE_Value_SetUTF8String(pArguments->GetReturnValue(), ""); in Script_NodeClass_SaveXML()
[all …]
Dxfa_script_eventpseudomodel.cpp31 FXJSE_Value_SetUTF8String(hValue, FX_UTF8Encode(wsValue)); in Script_EventPseudoModel_StringProperty()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp755 FXJSE_Value_SetUTF8String(args.GetReturnValue(), wsValue.UTF8Encode()); in Round()
817 FXJSE_Value_SetUTF8String(args.GetReturnValue(), wsValue.UTF8Encode()); in Round()
1020 FXJSE_Value_SetUTF8String(args.GetReturnValue(), formatStr); in DateFmt()
1150 FXJSE_Value_SetUTF8String(args.GetReturnValue(), formatStr); in LocalDateFmt()
1201 FXJSE_Value_SetUTF8String(args.GetReturnValue(), formatStr); in LocalTimeFmt()
1353 FXJSE_Value_SetUTF8String(args.GetReturnValue(), szLocalDateString); in Num2Date()
1414 FXJSE_Value_SetUTF8String(args.GetReturnValue(), szGMTTimeString); in Num2GMTime()
1475 FXJSE_Value_SetUTF8String(args.GetReturnValue(), szLocalTimeString); in Num2Time()
1651 FXJSE_Value_SetUTF8String(args.GetReturnValue(), formatStr); in TimeFmt()
3024 FXJSE_Value_SetUTF8String(args.GetReturnValue(), ""); in Choose()
[all …]
/external/pdfium/xfa/include/fxjse/
Dfxjse.h122 void FXJSE_Value_SetUTF8String(FXJSE_HVALUE hValue,
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp100 void FXJSE_Value_SetUTF8String(FXJSE_HVALUE hValue, in FXJSE_Value_SetUTF8String() function