Lines Matching refs:cFormats
1242 const FX_WCHAR* cFormats[] = {L"m/d", in AFDate_Format() local
1257 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFDate_Format()
1261 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFDate_Format()
1276 const FX_WCHAR* cFormats[] = {L"m/d", in AFDate_Keystroke() local
1291 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFDate_Keystroke()
1295 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFDate_Keystroke()
1310 const FX_WCHAR* cFormats[] = {L"HH:MM", L"h:MM tt", L"HH:MM:ss", in AFTime_Format() local
1313 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFTime_Format()
1317 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFTime_Format()
1331 const FX_WCHAR* cFormats[] = {L"HH:MM", L"h:MM tt", L"HH:MM:ss", in AFTime_Keystroke() local
1334 if (iIndex < 0 || (static_cast<size_t>(iIndex) >= FX_ArraySize(cFormats))) in AFTime_Keystroke()
1338 newParams.push_back(CJS_Value(pRuntime, cFormats[iIndex])); in AFTime_Keystroke()