Searched defs:skipWhitespace (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/back/
H A Dexec_md.c41 static char *skipWhitespace(char *p) { function
67 cmdLine = skipWhitespace(cmdLine);
85 p = skipWhitespace(p);
99 p = skipWhitespace(p);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DInputLexer.java63 skipWhitespace();
81 skipWhitespace();
176 private void skipWhitespace() throws IOException { method in class:InputLexer
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUtility.java253 public static int skipWhitespace(String str, int pos) { method in class:Utility
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java284 skipWhitespace(desc, pos);
294 skipWhitespace(desc, pos);
315 final private static void skipWhitespace(String string, int[] pos) { method in class:LdapSchemaParser
320 System.err.println("skipWhitespace: skipping to "+i);
337 skipWhitespace(string, pos);
361 skipWhitespace(string, pos);
406 skipWhitespace(string, pos);
501 skipWhitespace(string, pos);
530 skipWhitespace(string, pos);
548 skipWhitespace(strin
[all...]

Completed in 1990 milliseconds