Home
last modified time | relevance | path

Searched refs:GetAttributeName (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser_unittest.cpp40 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
88 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
126 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
160 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
190 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
220 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
250 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
287 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
321 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
355 ASSERT_EQ(L"contentType", parser.GetAttributeName()); in TEST()
[all …]
Dcfx_xmlparser.cpp120 m_ws1 = m_pParser->GetAttributeName(); in DoParser()
124 m_ws2 = m_pParser->GetAttributeName(); in DoParser()
Dcfx_xmlsyntaxparser.h61 WideString GetAttributeName() const { in GetAttributeName() function
/external/gptfdisk/
Dattributes.cc81 cout << i << " (" << GetAttributeName(i) << ")" << "\n"; in DisplayAttributes()
101 << " (" << GetAttributeName(bitNum) << ")" << endl; in ShowAttributes()
138 tempAttr = GetAttributeName(bitNum); in ListAttributes()
140 cout << bitNum << ": " << Attributes::GetAttributeName(bitNum) << "\n"; in ListAttributes()
Dattributes.h35 static const string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName() function