Home
last modified time | relevance | path

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

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotExprLitChar.cpp94 pStk->SetError(CBotErrHexDigits, pos + 1); in Compile()
97 pStk->SetError(CBotErrHexDigits, pos + 1); in Compile()
H A DCBotExprLitString.cpp150 pStk->SetError(CBotErrHexDigits, pos + 1); in Compile()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/
H A DCBotEnums.h254 CBotErrHexDigits = 5052, //!< missing hex digits after escape sequence enumerator
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/test/unit/CBot/
H A DCBot_test.cpp1882 CBotErrHexDigits in TEST_F()
2058 CBotErrHexDigits in TEST_F()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.cpp791 stringsCbot[CBot::CBotErrHexDigits] = TR("Missing hex digits after escape sequence"); in InitializeRestext()