Searched refs:fetchEscapedValue (Results 1 - 1 of 1) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DLexer.java153 private int fetchEscapedValue() { method in class:Lexer
175 c = fetchEscapedValue();
224 c = fetchEscapedValue();
392 final int num = fetchEscapedValue();
724 final int num = fetchEscapedValue();

Completed in 82 milliseconds