Searched refs:ecMISSING_SQR_BRACKET (Results 1 – 4 of 4) sorted by relevance
96 m_vErrMsg[ecMISSING_SQR_BRACKET] = _T("Missing \"]\"."); in InitErrorMessages()167 m_vErrMsg[ecMISSING_SQR_BRACKET] = _T("Fehlendes \"]\"."); in InitErrorMessages()
348 ecMISSING_SQR_BRACKET = 42, ///< The index operator was not closed properly (i.e. "v[3") enumerator
602 throw ecMISSING_SQR_BRACKET; in IsNewline()649 throw ecMISSING_SQR_BRACKET; in IsEOF()
942 iNumErr += ThrowTest(_T("va[1"), ecMISSING_SQR_BRACKET); in TestVector()