Searched refs:g_iXFAElementCount (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.cpp25 extern const int32_t g_iXFAElementCount;
200 return g_iXFAElementCount;
208 int32_t iStart = 0, iEnd = g_iXFAElementCount - 1;
223 return (eName < g_iXFAElementCount) ? (g_XFAElementData + eName) : NULL;
226 if (eElement >= g_iXFAElementCount) {
234 if (eElement >= g_iXFAElementCount) {
283 if (eElement >= g_iXFAElementCount) {
H A Dxfa_basic_data.cpp1718 extern const int32_t g_iXFAElementCount = variable

Completed in 35 milliseconds