Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.cpp97 const AttributeValueRecord g_AttributeValueTable[] = { variable
167 return g_AttributeValueTable[static_cast<int32_t>(item)].pName; in XFA_AttributeValueToName()
171 auto* it = std::lower_bound(std::begin(g_AttributeValueTable), in XFA_GetAttributeValueByName()
172 std::end(g_AttributeValueTable), in XFA_GetAttributeValueByName()
176 if (it != std::end(g_AttributeValueTable) && name.EqualsASCII(it->pName)) in XFA_GetAttributeValueByName()