Searched refs:cFormats (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 1259 static constexpr const wchar_t* cFormats[] = {L"m/d", in AFDate_Format() local 1275 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFDate_Format() 1277 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFDate_Format() 1288 static constexpr const wchar_t* cFormats[] = {L"m/d", in AFDate_Keystroke() local 1304 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFDate_Keystroke() 1306 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFDate_Keystroke() 1317 static constexpr const wchar_t* cFormats[] = {L"HH:MM", L"h:MM tt", in AFTime_Format() local 1321 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFTime_Format() 1323 newParams.push_back(pRuntime->NewString(cFormats[iIndex])); in AFTime_Format() 1333 static constexpr const wchar_t* cFormats[] = {L"HH:MM", L"h:MM tt", in AFTime_Keystroke() local [all …]
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1373 GetPriorityClipboardFormat(paFormatPriorityList ptr[inout, int32], cFormats int32) 1377 GetUpdatedClipboardFormats(lpuiFormats ptr[inout, int32], cFormats int32, pcFormatsOut ptr[inout, i…
|