/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmlexer.cpp | 123 WideString str = WideString::FromASCII("type = "); in ToDebugString() 124 str += WideString::FromASCII(tokenStrings[m_type]); in ToDebugString() 125 str += WideString::FromASCII(", string = "); in ToDebugString()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 182 ThrowException(WideString::FromASCII("The element [") + obj + in ThrowTooManyOccurancesException() 183 WideString::FromASCII( in ThrowTooManyOccurancesException() 188 ThrowException(WideString::FromASCII("Invalid property set operation.")); in ThrowInvalidPropertyException() 192 ThrowException(WideString::FromASCII("Index value is out of bounds.")); in ThrowIndexOutOfBoundsException() 198 WideString::FromASCII("Incorrect number of parameters calling method '") + in ThrowParamCountMismatchException() 199 method + WideString::FromASCII("'.")); in ThrowParamCountMismatchException() 203 ThrowException(WideString::FromASCII( in ThrowArgumentMismatchException() 280 return WideString::FromASCII(XFA_AttributeValueToName(*value)); in TryAttribute() 337 elem->SetAttribute(WideString::FromASCII(XFA_AttributeToName(eAttr)), in SetBoolean() 349 elem->SetAttribute(WideString::FromASCII(XFA_AttributeToName(eAttr)), in SetInteger() [all …]
|
D | cjx_hostpseudomodel.cpp | 132 ThrowException(WideString::FromASCII("Unable to set language value.")); in language() 148 ThrowException(WideString::FromASCII("Unable to set numPages value.")); in numPages() 162 ThrowException(WideString::FromASCII("Unable to set platform value.")); in platform() 214 ThrowException(WideString::FromASCII("Unable to set variation value.")); in variation() 224 ThrowException(WideString::FromASCII("Unable to set version value.")); in version()
|
D | cjx_layoutpseudomodel.cpp | 72 ThrowException(WideString::FromASCII("Unable to set ready value.")); in ready() 92 WideString unit = WideString::FromASCII("pt"); in HWXY()
|
D | cjx_tree.cpp | 123 L"#" + WideString::FromASCII(GetXFAObject()->GetClassName()) + L"[*]"; in classAll()
|
D | cfxjse_formcalc_context.cpp | 863 *wsHTMLReserve = WideString::FromASCII(result->m_htmlReserve); in HTMLCode2STR() 5480 wsName = L"#" + WideString::FromASCII(pNode->GetClassName()); in ResolveObjects() 5852 WideString::FromASCII(" doesn't have a default property.")); in ThrowNoDefaultPropertyException() 5856 ThrowException(WideString::FromASCII("Compiler error.")); in ThrowCompilerErrorException() 5860 ThrowException(WideString::FromASCII("Divide by zero.")); in ThrowDivideByZeroException() 5864 ThrowException(WideString::FromASCII("Server does not permit operation.")); in ThrowServerDeniedException() 5871 WideString::FromASCII("An attempt was made to reference property '") + in ThrowPropertyNotInObjectException() 5872 name + WideString::FromASCII("' of a non-object in SOM expression ") + in ThrowPropertyNotInObjectException() 5879 WideString::FromASCII("Incorrect number of parameters calling method '") + in ThrowParamCountMismatchException() 5884 ThrowException(WideString::FromASCII( in ThrowArgumentMismatchException()
|
D | cjx_node.cpp | 302 WideString::FromASCII(GetXFANode()->GetClassName())); in loadXML()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_utils.cpp | 169 SaveAttribute(pNode, attr, WideString::FromASCII(XFA_AttributeToName(attr)), in RegenerateFormFile_Changed() 287 WideString wsElement = WideString::FromASCII(pNode->GetClassName()); in RegenerateFormFile_Changed() 320 WideString wsElement = WideString::FromASCII(pNode->GetClassName()); in RegenerateFormFile_Container() 336 SaveAttribute(pNode, attr, WideString::FromASCII(XFA_AttributeToName(attr)), in RegenerateFormFile_Container()
|
D | cxfa_node.cpp | 749 ws = WideString::FromASCII(pNode->GetClassName()); in GetNameExpressionSinglePath()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_defaultfontmanager.cpp | 45 WideString::FromASCII(ByteStringView(pReplace, pNameText - pReplace)); in GetFont()
|
D | fgas_fontutils.cpp | 1881 return WideString::FromASCII(ByteStringView(pFontInfo->pPsName)); in FGAS_FontNameToEnglishName()
|
/external/pdfium/fxjs/ |
D | js_resources.cpp | 94 return WideString::FromASCII(msg_string); in JSGetStringFromID()
|
D | cjs_publicmethods.cpp | 592 return CJS_Result::Failure(WideString::FromASCII("No event handler")); in AFNumber_Format() 952 return CJS_Result::Failure(WideString::FromASCII( in AFDate_KeystrokeEx()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_metadata.cpp | 24 element->GetAttribute(WideString::FromASCII("xmlns:adhocwf")); in CheckForSharedFormInternal()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_fffield.cpp | 688 WideString::FromASCII("You are not allowed to modify this field."), in CalculateNode() 689 WideString::FromASCII("Calculate Override"), in CalculateNode() 713 WideString::FromASCII("Are you sure you want to modify this field?"); in CalculateNode() 716 WideString::FromASCII("Calculate Override"), in CalculateNode()
|
D | cxfa_fftextedit.cpp | 234 wsText + WideString::FromASCII(" can not contain ") + wsSomField, in ValidateNumberField()
|
D | cxfa_textparser.cpp | 101 WideString ws = WideString::FromASCII(kStyle); in LoadDefaultSheetStyle()
|
/external/pdfium/core/fxcrt/ |
D | widestring.h | 63 static WideString FromASCII(ByteStringView str) WARN_UNUSED_RESULT;
|
D | widestring_unittest.cpp | 1184 TEST(WideString, FromASCII) { in TEST() argument 1185 EXPECT_EQ(L"", WideString::FromASCII(ByteStringView())); in TEST() 1191 EXPECT_EQ(kResult, WideString::FromASCII("x" in TEST()
|
D | widestring.cpp | 893 WideString WideString::FromASCII(ByteStringView bstr) { in FromASCII() function in fxcrt::WideString
|