Home
last modified time | relevance | path

Searched refs:ByteStringView (Results 1 – 25 of 106) sorted by relevance

12345

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h28 const ByteStringView& szFuncName,
31 const ByteStringView& szFuncName,
34 const ByteStringView& szFuncName,
37 const ByteStringView& szFuncName,
40 const ByteStringView& szFuncName,
43 const ByteStringView& szFuncName,
46 const ByteStringView& szFuncName,
49 const ByteStringView& szFuncName,
52 const ByteStringView& szFuncName,
55 const ByteStringView& szFuncName,
[all …]
Dcfxjse_value.h52 void SetString(const ByteStringView& szString);
59 bool GetObjectProperty(const ByteStringView& szPropName,
61 bool SetObjectProperty(const ByteStringView& szPropName,
65 bool DeleteObjectProperty(const ByteStringView& szPropName);
66 bool HasObjectOwnProperty(const ByteStringView& szPropName,
68 bool SetObjectOwnProperty(const ByteStringView& szPropName,
Dcfxjse_engine.h31 const ByteStringView& szPropName,
34 const ByteStringView& szPropName,
37 const ByteStringView& szPropName,
40 const ByteStringView& szPropName,
46 const ByteStringView& szPropName,
49 const ByteStringView& szPropName,
98 const ByteStringView& szPropName,
Dfxjse.h38 const ByteStringView& szFuncName,
41 const ByteStringView& szPropName,
44 const ByteStringView& szPropName,
68 void FXJSE_ThrowMessage(const ByteStringView& utf8Message);
Dcfxjse_formcalc_context.cpp369 bool PatternStringType(const ByteStringView& szPattern, uint32_t& patternType) { in PatternStringType()
475 const ByteStringView& szLocale) { in LocaleFromString()
485 const ByteStringView& szFormat) { in FormatFromString()
532 double ByteStringToDouble(const ByteStringView& szStringVal) { in ByteStringToDouble()
619 const ByteStringView& szFuncName, in Abs()
641 const ByteStringView& szFuncName, in Avg()
708 const ByteStringView& szFuncName, in Ceil()
726 const ByteStringView& szFuncName, in Count()
780 const ByteStringView& szFuncName, in Floor()
798 const ByteStringView& szFuncName, in Max()
[all …]
Dcfxjse_class.cpp29 ByteStringView szFunctionName(lpFunctionInfo->name); in V8FunctionCallback_Wrapper()
102 const ByteStringView& szPropName, in DynPropGetterAdapter()
139 const ByteStringView& szPropName, in DynPropSetterAdapter()
154 const ByteStringView& szPropName) { in DynPropQueryAdapter()
172 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertyQueryCallback()
190 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertyGetterCallback()
207 ByteStringView szFxPropName(*szPropName, szPropName.length()); in NamedPropertySetterCallback()
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser_unittest.cpp9 EXPECT_EQ(ByteStringView("BitsPerComponent"), in TEST()
11 ByteStringView("BPC"))); in TEST()
12 EXPECT_EQ(ByteStringView("Width"), in TEST()
14 ByteStringView("W"))); in TEST()
15 EXPECT_EQ(ByteStringView(""), in TEST()
17 ByteStringView(""))); in TEST()
18 EXPECT_EQ(ByteStringView(""), in TEST()
20 ByteStringView("NoInList"))); in TEST()
22 EXPECT_EQ(ByteStringView(""), in TEST()
24 ByteStringView("WW"))); in TEST()
[all …]
Dcpdf_streamcontentparser.h55 static ByteStringView FindKeyAbbreviationForTesting(
56 const ByteStringView& abbr);
57 static ByteStringView FindValueAbbreviationForTesting(
58 const ByteStringView& abbr);
87 void AddNameParam(const ByteStringView& str);
88 void AddNumberParam(const ByteStringView& str);
96 void OnOperator(const ByteStringView& op);
/external/pdfium/core/fxcrt/
Dbytestring.h58 explicit ByteString(const ByteStringView& bstrc);
59 ByteString(const ByteStringView& bstrc1, const ByteStringView& bstrc2);
60 ByteString(const std::initializer_list<ByteStringView>& list);
82 ByteStringView AsStringView() const { in AsStringView()
83 return ByteStringView(raw_str(), GetLength()); in AsStringView()
108 int Compare(const ByteStringView& str) const;
109 bool EqualNoCase(const ByteStringView& str) const;
112 bool operator==(const ByteStringView& str) const;
116 bool operator!=(const ByteStringView& str) const { return !(*this == str); }
120 bool operator<(const ByteStringView& str) const;
[all …]
Dbytestring_unittest.cpp58 ByteStringView v_empty; in TEST()
59 ByteStringView v_a("a"); in TEST()
60 ByteStringView v_abc("abc"); in TEST()
61 ByteStringView v_def("def"); in TEST()
192 ByteStringView null_string_c; in TEST()
193 ByteStringView empty_string_c(""); in TEST()
207 ByteStringView byte_string_c_same1("hello"); in TEST()
211 ByteStringView byte_string_c1("he"); in TEST()
212 ByteStringView byte_string_c2("hellp"); in TEST()
213 ByteStringView byte_string_c3("hellod"); in TEST()
[all …]
Dbytestring.cpp176 ByteString::ByteString(const ByteStringView& stringSrc) { in ByteString()
182 ByteString::ByteString(const ByteStringView& str1, const ByteStringView& str2) { in ByteString()
196 ByteString::ByteString(const std::initializer_list<ByteStringView>& list) { in ByteString()
232 const ByteString& ByteString::operator=(const ByteStringView& stringSrc) { in operator =()
267 const ByteString& ByteString::operator+=(const ByteStringView& str) { in operator +=()
285 bool ByteString::operator==(const ByteStringView& str) const { in operator ==()
321 bool ByteString::operator<(const ByteStringView& str) const { in operator <()
335 bool ByteString::EqualNoCase(const ByteStringView& str) const { in EqualNoCase()
567 Optional<size_t> ByteString::Find(const ByteStringView& subStr, in Find()
644 size_t ByteString::Replace(const ByteStringView& pOld, in Replace()
[all …]
Dfx_string.cpp54 ByteStringView GetResult() const { in GetResult()
55 return ByteStringView(m_Buffer.data(), m_Buffer.size()); in GetResult()
87 bool FX_atonum(const ByteStringView& strc, void* pData) { in FX_atonum()
144 float FX_atof(const ByteStringView& strc) { in FX_atof()
/external/pdfium/core/fxcrt/xml/
Dcxml_element.cpp14 void SplitQualifiedName(const ByteStringView& bsFullName, in SplitQualifiedName()
15 ByteStringView* bsSpace, in SplitQualifiedName()
16 ByteStringView* bsName) { in SplitQualifiedName()
41 const ByteStringView& qSpace, in CXML_Element()
42 const ByteStringView& tagname) in CXML_Element()
88 WideString CXML_Element::GetAttrValue(const ByteStringView& name) const { in GetAttrValue()
89 ByteStringView bsSpace; in GetAttrValue()
90 ByteStringView bsName; in GetAttrValue()
100 int CXML_Element::GetAttrInteger(const ByteStringView& name) const { in GetAttrInteger()
101 ByteStringView bsSpace; in GetAttrInteger()
[all …]
Dcxml_element.h22 const ByteStringView& qSpace,
23 const ByteStringView& tagname);
38 WideString GetAttrValue(const ByteStringView& name) const;
40 int GetAttrInteger(const ByteStringView& name) const;
47 size_t CountElements(const ByteStringView& space,
48 const ByteStringView& tag) const;
50 CXML_Element* GetElement(const ByteStringView& space,
51 const ByteStringView& tag,
60 const ByteStringView& space,
61 const ByteStringView& tag);
Dcfx_saxreaderhandler.h21 CFX_SAXContext* OnTagEnter(const ByteStringView& bsTagName,
25 const ByteStringView& bsAttri,
26 const ByteStringView& bsValue) override;
30 const ByteStringView& bsData,
34 const ByteStringView& bsTagName,
38 const ByteStringView& bsData,
Dcfx_saxreaderhandler.cpp21 const ByteStringView& bsTagName, in OnTagEnter()
41 const ByteStringView& bsAttri, in OnTagAttribute()
42 const ByteStringView& bsValue) { in OnTagAttribute()
58 const ByteStringView& bsData, in OnTagData()
84 const ByteStringView& bsTagName, in OnTagEnd()
95 const ByteStringView& bsData, in OnTargetData()
125 m_pContext->Update(ByteStringView(pBuffer, iLength)); in UpdateChecksum()
Dcfx_saxreader_unittest.cpp20 CFX_SAXContext*(const ByteStringView& bsTagName,
25 const ByteStringView& bsAttri,
26 const ByteStringView& bsValue));
31 const ByteStringView& bsData,
36 const ByteStringView& bsTagName,
41 const ByteStringView& bsData,
Dcfx_saxreader.h78 virtual CFX_SAXContext* OnTagEnter(const ByteStringView& bsTagName,
82 const ByteStringView& bsAttri,
83 const ByteStringView& bsValue) = 0;
87 const ByteStringView& bsData,
91 const ByteStringView& bsTagName,
95 const ByteStringView& bsData,
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmapparser.h23 void ParseWord(const ByteStringView& str);
31 uint32_t GetCode(const ByteStringView& word) const;
33 const ByteStringView& first,
34 const ByteStringView& second) const;
36 static CIDSet CharsetFromOrdering(const ByteStringView& ordering);
Dcpdf_cmapparser.cpp34 ByteStringView CMap_GetString(const ByteStringView& word) { in CMap_GetString()
36 return ByteStringView(); in CMap_GetString()
47 void CPDF_CMapParser::ParseWord(const ByteStringView& word) { in ParseWord()
137 uint32_t CPDF_CMapParser::GetCode(const ByteStringView& word) const { in GetCode()
160 const ByteStringView& first, in GetCodeRange()
161 const ByteStringView& second) const { in GetCodeRange()
193 CIDSet CPDF_CMapParser::CharsetFromOrdering(const ByteStringView& ordering) { in CharsetFromOrdering()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_simple_parser.cpp14 CPDF_SimpleParser::CPDF_SimpleParser(const ByteStringView& str) in CPDF_SimpleParser()
95 ByteStringView CPDF_SimpleParser::GetWord() { in GetWord()
106 return ByteStringView(pStart, in GetWord()
134 return ByteStringView(pStart, in GetWord()
137 return ByteStringView(pStart, dwSize); in GetWord()
140 bool CPDF_SimpleParser::FindTagParamFromStart(const ByteStringView& token, in FindTagParamFromStart()
156 ByteStringView word = GetWord(); in FindTagParamFromStart()
Dcpdf_simple_parser.h18 explicit CPDF_SimpleParser(const ByteStringView& str);
20 ByteStringView GetWord();
24 bool FindTagParamFromStart(const ByteStringView& token, int nParams);
Dcpdf_syntax_parser.h52 bool BackwardsSearchToWord(const ByteStringView& word, FX_FILESIZE limit);
53 FX_FILESIZE FindTag(const ByteStringView& tag, FX_FILESIZE limit);
80 const ByteStringView& tag,
/external/pdfium/testing/
Dxfa_js_embedder_test.h35 bool Execute(const ByteStringView& input);
36 bool ExecuteSilenceFailure(const ByteStringView& input);
46 bool ExecuteHelper(const ByteStringView& input);
Dxfa_js_embedder_test.cpp56 bool XFAJSEmbedderTest::Execute(const ByteStringView& input) { in Execute()
72 bool XFAJSEmbedderTest::ExecuteSilenceFailure(const ByteStringView& input) { in ExecuteSilenceFailure()
76 bool XFAJSEmbedderTest::ExecuteHelper(const ByteStringView& input) { in ExecuteHelper()

12345