Searched refs:nextNextChar (Results 1 – 1 of 1) sorted by relevance
3930 char nextNextChar = text.charAt(position + 1); in parse() local3931 if (context.charEquals(nextChar, 'U') && context.charEquals(nextNextChar, 'T')) { in parse()3937 … context.charEquals(nextNextChar, 'M') && context.charEquals(text.charAt(position + 2), 'T')) { in parse()