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

  /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;
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 62 private boolean matchFound;
210 matchFound = false;
246 matchFound = false;
390 matchFound = findImpl(address, input, start, matchOffsets);
392 return matchFound;
405 matchFound = findNextImpl(address, input, matchOffsets);
407 return matchFound;
419 matchFound = lookingAtImpl(address, input, matchOffsets);
421 return matchFound;
433 matchFound = matchesImpl(address, input, matchOffsets)
    [all...]
  /external/icu4c/common/
ucnv_ct.c 227 UBool matchFound = FALSE;
231 matchFound = TRUE;
235 matchFound = FALSE;
240 matchFound = FALSE;
243 matchFound = FALSE;
248 if (matchFound) {
253 if (matchFound) {
  /external/icu4c/i18n/
ucurr.cpp     [all...]

Completed in 766 milliseconds