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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 25 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) {
xfa_basic_data.cpp     [all...]

Completed in 538 milliseconds