Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_error.cpp14 const FX_WCHAR kFMErrExpectedEndIf[] = L"expected 'endif' instead of '%s'"; variable
Dxfa_error.h17 extern const FX_WCHAR kFMErrExpectedEndIf[];
Dxfa_fmparse.cpp877 Error(m_pToken->m_uLinenum, kFMErrExpectedEndIf, ws_TempString.c_str()); in ParseIfExpression()