Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1463 const FX_WCHAR* cFormats[] = {L"m/d", in AFDate_Format() local
1478 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFDate_Format()
1483 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Format()
1500 const FX_WCHAR* cFormats[] = {L"m/d", in AFDate_Keystroke() local
1515 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFDate_Keystroke()
1520 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFDate_Keystroke()
1536 const FX_WCHAR* cFormats[] = {L"HH:MM", L"h:MM tt", L"HH:MM:ss", in AFTime_Format() local
1539 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFTime_Format()
1544 CJS_Value(CJS_Runtime::FromContext(cc), cFormats[iIndex])); in AFTime_Format()
1560 const FX_WCHAR* cFormats[] = {L"HH:MM", L"h:MM tt", L"HH:MM:ss", in AFTime_Keystroke() local
[all …]