HomeSort by relevance Sort by last modified time
    Searched defs:iDay (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_eventselectchanged.h 23 int32_t iDay;
cfwl_monthcalendar.h 40 void SetSelect(int32_t iYear, int32_t iMonth, int32_t iDay);
44 DATE() : iYear(0), iMonth(0), iDay(0) {}
47 : iYear(year), iMonth(month), iDay(day) {}
56 return iDay < right.iDay;
68 return iDay > right.iDay;
75 int32_t iDay;
85 int32_t iDay;
141 void AddSelDay(int32_t iDay);
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp     [all...]

Completed in 1336 milliseconds