Home
last modified time | relevance | path

Searched defs:skipSpace (Results 1 – 4 of 4) 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/llvm-project/lld/ELF/
DScriptLexer.cpp144 StringRef ScriptLexer::skipSpace(StringRef s) { in skipSpace() function in ScriptLexer
/external/escapevelocity/src/main/java/com/google/escapevelocity/
DParser.java168 private void skipSpace() throws IOException { in skipSpace() method in Parser
/external/skqp/tools/bookmaker/
DtextParser.h426 bool skipSpace() { in skipSpace() function