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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_utils_imp.cpp 153 int32_t iVTType = XFA_VT_NULL;
157 iVTType = XFA_VT_DECIMAL;
160 iVTType = XFA_VT_FLOAT;
163 iVTType = XFA_VT_DATE;
166 iVTType = XFA_VT_TIME;
169 iVTType = XFA_VT_DATETIME;
172 iVTType = XFA_VT_BOOLEAN;
175 iVTType = XFA_VT_INTEGER;
178 iVTType = XFA_VT_TEXT;
181 iVTType = XFA_VT_NULL;
    [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 111 milliseconds