HomeSort by relevance Sort by last modified time
    Searched refs:patLength (Results 1 - 7 of 7) 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/icu4c/i18n/unicode/
uregex.h 256 * @param patLength This output parameter will be set to the length of the
270 int32_t *patLength,
    [all...]
  /external/icu4c/i18n/
uregex.cpp 322 int32_t *patLength,
329 if (patLength != NULL) {
330 *patLength = regexp->fPatStringLen;
    [all...]
  /external/v8/src/
string.js 145 var patLength = pat.length;
146 var index = subLength - patLength;
154 if (position + patLength < subLength) {
  /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 519 milliseconds