Searched refs:is_eos (Results 1 – 2 of 2) sorted by relevance
21 inline bool is_eos(char c) { in is_eos() function48 return is_eos(*fCurPos); in parseEOSToken()215 this->advanceWhile([](char c) -> bool { return !is_eos(c) && c != ')'; }); in parseIRI()