Home
last modified time | relevance | path

Searched refs:ToDefANSI (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.cpp233 auto it = m_MapGlobal.find(WideString(propname).ToDefANSI()); in DelProperty()
243 auto it = m_MapGlobal.find(WideString(propname).ToDefANSI()); in GetProperty()
273 ByteString sPropName = WideString(propname).ToDefANSI(); in SetProperty()
286 pRuntime->ToWideString(vp).ToDefANSI(), in SetProperty()
310 auto it = m_MapGlobal.find(pRuntime->ToWideString(params[0]).ToDefANSI()); in setPersistent()
437 ByteString sValue = pRuntime->ToWideString(v).ToDefANSI(); in ObjectToArray()
Dcjs_runtime.cpp218 ByteString bstr = ToWideString(value).ToDefANSI(); in MaybeCoerceToNumber()
Dcjs_publicmethods.cpp322 ByteString t = wsStr.ToDefANSI(); in AF_MakeArrayFromList()
595 ByteString strValue = StrTrim(Value.ToDefANSI()); in AFNumber_Format()
811 ByteString strValue = StrTrim(Value.ToDefANSI()); in AFPercent_Format()
1390 double dEentValue = atof(pEvent->Value().ToDefANSI().c_str()); in AFRange_Validate()
Dcjs_field.cpp725 ByteString byte_str = pRuntime->ToWideString(vp).ToDefANSI(); in set_border_style()
2003 if (pRuntime->ToWideString(vp).ToDefANSI().IsEmpty()) in set_text_font()
/external/pdfium/core/fpdfdoc/
Dcpdf_filespec.cpp210 m_pWritableObj->SetString(wsStr.ToDefANSI()); in SetFileName()
212 pDict->SetNewFor<CPDF_String>(pdfium::stream::kF, wsStr.ToDefANSI(), false); in SetFileName()
Dcpdf_interactiveform.cpp1036 wsFilePath.ToDefANSI(), false); in ExportToFDF()
/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp85 ByteString bsPsName = WideString(wsFontFamily).ToDefANSI(); in GetFont()
Dcfgas_gefont.cpp82 csFontFamily = WideString(pszFontFamily).ToDefANSI(); in LoadFontInternal()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp93 ByteString name_b = name.ToDefANSI(); in FDFToURLEncodedData()
96 ByteString csValue_b = csWValue.ToDefANSI(); in FDFToURLEncodedData()
/external/pdfium/core/fxcrt/
Dwidestring.h211 ByteString ToDefANSI() const;
Dwidestring_unittest.cpp1158 TEST(WideString, ToDefANSI) { in TEST() argument
1159 EXPECT_EQ("", WideString().ToDefANSI()); in TEST()
1181 .ToDefANSI()); in TEST()
Dwidestring.cpp655 ByteString WideString::ToDefANSI() const { in ToDefANSI() function in fxcrt::WideString
/external/pdfium/fxjs/xfa/
Dcfxjse_class.cpp118 info.GetIsolate(), err.ToDefANSI().c_str(), v8::NewStringType::kNormal); in DynPropGetterAdapter_MethodCallback()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp662 ByteString text = wsText.ToDefANSI(); in DrawDeviceText()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp488 bsData = wsImage.ToDefANSI(); in XFA_LoadImageData()