OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDate
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp
600
const FX_WCHAR*
pDate
= (const FX_WCHAR*)wsDate;
602
while (
pDate
[nIndex] != '\0' && nIndex < wCountY) {
603
if (!XFA_IsDigit(
pDate
[nIndex])) {
606
wYear = (
pDate
[nIndex] - '0') + wYear * 10;
610
if (
pDate
[nIndex] != 0x2D) {
616
while (
pDate
[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) {
617
if (!XFA_IsDigit(
pDate
[nIndex])) {
620
wMonth = (
pDate
[nIndex] - '0') + wMonth * 10;
624
if (
pDate
[nIndex] != 0x2D) {
630
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/src/javascript/
JS_Value.h
162
void Attach(v8::Local<v8::Value>
pDate
);
JS_Value.cpp
489
void CJS_Date::Attach(v8::Local<v8::Value>
pDate
) {
490
m_pDate =
pDate
;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_monthcalendarimp.cpp
462
LPDATEINFO
pDate
= (LPDATEINFO)m_arrDates[m_iDay - 1];
463
if (!
pDate
)
469
params.m_rtPart =
pDate
->rect;
[
all
...]
Completed in 275 milliseconds