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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTokenizer.java 30 * depending on whether it was created with the <code>returnDelims</code>
34 * <li>If returnDelims is <code>false</code>, delimiter code points serve to
37 * <li>If returnDelims is <code>true</code>, delimiter code points are
111 * <p>If the returnDelims flag is false, the delimiter characters are
113 * <p>If the returnDelims flag is true, then the delimiter characters
117 * @param returndelims flag indicating whether to return the delimiters
122 public StringTokenizer(String str, UnicodeSet delim, boolean returndelims)
124 this(str, delim, returndelims, false);
131 * <p>If the returnDelims flag is false, the delimiter characters are
133 * <p>If the returnDelims flag is true, then the delimiter characters
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 46 public StringTokenizer( string str, string separator, bool returnDelims )
49 if ( returnDelims )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 47 public StringTokenizer( string str, string separator, bool returnDelims )
50 if ( returnDelims )
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 

Completed in 654 milliseconds