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