Home
last modified time | relevance | path

Searched defs:skipSpace (Results 1 – 2 of 2) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DByteSourceJsonBootstrapper.java379 private static int skipSpace(InputAccessor acc) throws IOException in skipSpace() method in ByteSourceJsonBootstrapper
387 private static int skipSpace(InputAccessor acc, byte b) throws IOException in skipSpace() method in ByteSourceJsonBootstrapper
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DParser.java168 private void skipSpace() throws IOException { in skipSpace() method in Parser