Searched refs:T_SEMICOLON (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp207 T_LOGICAL_AND, T_LOGICAL_OR, T_QUESTION, T_COLON, T_SEMICOLON, enumerator in enum:wxPluralFormsToken::Type
350 type = wxPluralFormsToken::T_SEMICOLON;
535 // stops at T_SEMICOLON, returns 0 if error
564 if (token().type() != wxPluralFormsToken::T_SEMICOLON)
579 if (token().type() != wxPluralFormsToken::T_SEMICOLON)
597 if (token().type() != wxPluralFormsToken::T_SEMICOLON)

Completed in 58 milliseconds