HomeSort by relevance Sort by last modified time
    Searched refs:matchFound (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 66 private boolean matchFound;
214 matchFound = false;
249 matchFound = false;
396 matchFound = false;
400 matchFound = findImpl(address, input, findPos, matchOffsets);
401 if (matchFound) {
404 return matchFound;
416 matchFound = findNextImpl(address, input, matchOffsets);
417 if (matchFound) {
420 return matchFound;
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 279 matchFound = 0;
307 matchFound = 0;
317 matchFound = 1;
334 matchFound = 1;
344 matchFound = 1;
349 if(matchFound)
509 matchFound = 0;
519 matchFound = 1;
536 matchFound = 1;
546 matchFound = 1
    [all...]
  /external/icu4c/samples/ugrep/
ugrep.cpp 89 UBool matchFound = FALSE;
140 matchFound = TRUE;
157 return matchFound? 0: 1;
  /external/chromium/third_party/icu/source/i18n/
ucurr.cpp     [all...]
  /external/icu4c/i18n/
ucurr.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]

Completed in 798 milliseconds