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

  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 465 SmartDialMatchPosition matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
466 if (matchPos == null) {
471 matchPos = matchesNumberWithOffset(phoneNumber, query, code.offset);
473 if (matchPos == null && matchNanp) {
477 matchPos = matchesNumberWithOffset(phoneNumber, query, offsets[i]);
478 if (matchPos != null) break;
482 return matchPos;
  /external/icu4c/i18n/
tzfmt.cpp 740 int32_t matchPos = -1;
742 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
743 if (matchPos > parsedPos) {
745 parsedPos = matchPos;
752 pos.setIndex(matchPos);
895 int32_t matchPos = -1;
897 matchPos = startIdx + spAllMatches->getMatchLengthAt(i);
898 if (matchPos > parsedPos) {
900 parsedPos = matchPos;
    [all...]

Completed in 1027 milliseconds