HomeSort by relevance Sort by last modified time
    Searched full:wordchars (Results 1 - 19 of 19) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_" variable in class:AutoExpand
81 while i > 0 and line[i-1] in self.wordchars:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 16 wordchars = string.ascii_letters + string.digits + "_" variable in class:AutoExpand
81 while i > 0 and line[i-1] in self.wordchars:
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StreamTokenizerTest.java 407 * java.io.StreamTokenizer#wordChars(int, int)
411 st.wordChars('0', '9');
421 st.wordChars(' ', ' ');
423 assertEquals("WordChars failed for whitespace.", "Hello World", st.sval
427 st.wordChars(' ', ' ');
428 st.wordChars('\'', '\'');
430 assertTrue("WordChars failed for whitespace: " + st.sval, st.sval
433 assertTrue("WordChars failed for quote1: " + st.sval, st.sval
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 38 self.wordchars = ('abcdfeghijklmnopqrstuvwxyz'
41 self.wordchars += ('????????????????????????????????'
150 elif nextchar in self.wordchars:
225 elif nextchar in self.wordchars or nextchar in self.quotes \
netrc.py 36 lexer.wordchars += r"""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 38 self.wordchars = ('abcdfeghijklmnopqrstuvwxyz'
41 self.wordchars += ('????????????????????????????????'
150 elif nextchar in self.wordchars:
225 elif nextchar in self.wordchars or nextchar in self.quotes \
netrc.py 36 lexer.wordchars += r"""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 50 st.wordChars('0', '9');
51 st.wordChars('A', 'Z');
52 st.wordChars('a', 'z');
53 st.wordChars('_', '_');
54 st.wordChars('$', '$');
55 st.wordChars('.', '.');
56 st.wordChars('-', '-');
57 st.wordChars('+', '+');
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 129 wordChars('A', 'Z');
130 wordChars('a', 'z');
131 wordChars(160, 255);
664 public void wordChars(int low, int hi) {
  /external/bison/tests/
java.at 113 st.wordChars (48, 57);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
codemirror.js     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 397 milliseconds