Searched refs:expectedCharacter (Results 1 – 6 of 6) sorted by relevance
150 void advanceAndASSERT(UChar expectedCharacter) in advanceAndASSERT() argument152 ASSERT_UNUSED(expectedCharacter, *current() == expectedCharacter); in advanceAndASSERT()156 void advanceAndASSERTIgnoringCase(UChar expectedCharacter) in advanceAndASSERTIgnoringCase() argument158 …ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(*current()) == WTF::Unicode::foldCase(expe… in advanceAndASSERTIgnoringCase()
49 + (id) newExceptionChar:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput51 return [[ANTLRMismatchedTokenException alloc] initWithCharacter:expectedCharacter Stream:anInput];79 - (id) initWithCharacter:(unichar) expectedCharacter Stream:(id<ANTLRIntStream>)anInput82 expectingChar = expectedCharacter;
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)a…56 - (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;