HomeSort by relevance Sort by last modified time
    Searched defs:patLength (Results 1 - 4 of 4) sorted by null

  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 291 int patLength = (patIdxTmp - patIdxStart - 1);
295 for (int i = 0; i <= strLength - patLength; i++) {
296 for (int j = 0; j < patLength; j++) {
313 strIdxStart = foundIdx + patLength;
455 int patLength = (patIdxTmp - patIdxStart - 1);
459 for (int i = 0; i <= strLength - patLength; i++) {
460 for (int j = 0; j < patLength; j++) {
479 strIdxStart = foundIdx + patLength;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 723 milliseconds