HomeSort by relevance Sort by last modified time
    Searched refs:g_iXFAAttributeCount (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 23 extern const int32_t g_iXFAAttributeCount;
99 return g_iXFAAttributeCount;
107 int32_t iStart = 0, iEnd = g_iXFAAttributeCount - 1;
122 return (eName < g_iXFAAttributeCount) ? (g_XFAAttributeData + eName) : NULL;
xfa_basic_data.cpp     [all...]

Completed in 33 milliseconds