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

  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 608 const FX_WCHAR* pDate = wsDate.c_str();
610 while (pDate[nIndex] != '\0' && nIndex < wCountY) {
611 if (!FXSYS_isDecimalDigit(pDate[nIndex])) {
614 wYear = (pDate[nIndex] - '0') + wYear * 10;
618 if (pDate[nIndex] != 0x2D) {
624 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) {
625 if (!FXSYS_isDecimalDigit(pDate[nIndex])) {
628 wMonth = (pDate[nIndex] - '0') + wMonth * 10;
632 if (pDate[nIndex] != 0x2D) {
638 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
celib.h 113 HRESULT ceMakeExprDate(DATE *pDate,LONG lDelta,enum ENUM_PERIOD enumPeriod);
126 HRESULT ceDateToFileTime(DATE const *pDate,FILETIME *pft);
127 HRESULT ceFileTimeToDate(FILETIME const *pft,DATE *pDate);
rend.h 160 virtual HRESULT WINAPI get_StartTime(DATE *pDate) = 0;
162 virtual HRESULT WINAPI get_StopTime(DATE *pDate) = 0;
186 HRESULT (WINAPI *get_StartTime)(ITDirectoryObjectConference *This,DATE *pDate);
188 HRESULT (WINAPI *get_StopTime)(ITDirectoryObjectConference *This,DATE *pDate);
214 #define ITDirectoryObjectConference_get_StartTime(This,pDate) (This)->lpVtbl->get_StartTime(This,pDate)
216 #define ITDirectoryObjectConference_get_StopTime(This,pDate) (This)->lpVtbl->get_StopTime(This,pDate)
242 HRESULT WINAPI ITDirectoryObjectConference_get_StartTime_Proxy(ITDirectoryObjectConference *This,DATE *pDate);
246 HRESULT WINAPI ITDirectoryObjectConference_get_StopTime_Proxy(ITDirectoryObjectConference *This,DATE *pDate);
    [all...]
gpmgmt.h     [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Value.h 160 void Attach(v8::Local<v8::Date> pDate);
JS_Value.cpp 364 void CJS_Date::Attach(v8::Local<v8::Date> pDate) {
365 m_pDate = pDate;
  /external/pdfium/xfa/fwl/
cfwl_monthcalendar.cpp 396 DATEINFO* pDate = m_arrDates[m_iDay - 1].get();
397 if (!pDate)
404 params.m_rtPart = pDate->rect;

Completed in 298 milliseconds