Home
last modified time | relevance | path

Searched refs:CorrectChar (Results 1 – 2 of 2) sorted by relevance

/dports/devel/pire/pire-release-0.0.6/pire/
H A Dre_lexer.cpp194 wchar32 Feature::CorrectChar(wchar32 c, const char* controls) in CorrectChar() function in Pire::Feature
224 wchar32 ch = CorrectChar(GetChar(), controls); in Lex()
229 ch = CorrectChar(GetChar(), controls); in Lex()
232 ch = CorrectChar(GetChar(), controls); in Lex()
238 for (; ch != End && ch != (Control | ']'); ch = CorrectChar(GetChar(), controls)) { in Lex()
247 …if (((ch & ControlMask) != Control || firstUnicode) && CorrectChar(PeekChar(), controls) == (Contr… in Lex()
259 end = CorrectChar(current, controls); in Lex()
H A Dre_lexer.h221 wchar32 CorrectChar(wchar32 c, const char* controls);