Searched refs:cFormats (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp1688 FX_LPCWSTR cFormats[] = {(FX_LPCWSTR)L"m/d", (FX_LPCWSTR)L"m/d/yy", (FX_LPCWSTR)L"mm/dd/yy", (FX_LPCWSTR)L"mm/yy", (FX_LPCWSTR)L"d-mmm", (FX_LPCWSTR)L"d-mmm-yy", (FX_LPCWSTR)L"dd-mmm-yy", local
1692 ASSERT(iIndex < sizeof(cFormats)/sizeof(FX_LPCWSTR));
1696 if (iIndex >= sizeof(cFormats)/sizeof(FX_LPCWSTR))
1699 CJS_Value val(isolate,cFormats[iIndex]);
1719 FX_LPCWSTR cFormats[] = {(FX_LPCWSTR)L"m/d", (FX_LPCWSTR)L"m/d/yy", (FX_LPCWSTR)L"mm/dd/yy", (FX_LPCWSTR)L"mm/yy", (FX_LPCWSTR)L"d-mmm", (FX_LPCWSTR)L"d-mmm-yy", (FX_LPCWSTR)L"dd-mmm-yy",
1723 ASSERT(iIndex<sizeof(cFormats)/sizeof(FX_LPCWSTR));
1727 if (iIndex >= sizeof(cFormats)/sizeof(FX_LPCWSTR))
1730 CJS_Value val(isolate,cFormats[iIndex]);
1749 FX_LPCWSTR cFormats[] = {(FX_LPCWSTR)L"HH:MM", (FX_LPCWSTR)L"h:MM tt", (FX_LPCWSTR)L"HH:MM:ss", (FX_LPCWSTR)L"h:MM:ss tt"};
1751 ASSERT(iIndex<sizeof(cFormats)/sizeo
[all...]

Completed in 78 milliseconds