Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParserConfiguration.java159 private UnicodeEscapeProcessingProvider _unicodeDecoder; in ParserConfiguration() field in ParserConfiguration.UnicodeEscapeProcessor
164 _unicodeDecoder = new UnicodeEscapeProcessingProvider(innerProvider); in ParserConfiguration()
165 return _unicodeDecoder; in ParserConfiguration()
176 PositionMapping mapping = _unicodeDecoder.getPositionMapping(); in ParserConfiguration()