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 80 * @param matchPos Match Positions to mask as 1.
82 private void replaceBitInMask(StringBuilder builder, SmartDialMatchPosition matchPos) {
83 for (int i = matchPos.start; i < matchPos.end; ++i) {
132 SmartDialMatchPosition matchPos = matchesNumberWithOffset(phoneNumber, query, 0);
133 if (matchPos == null) {
138 if (matchPos != null) {
139 replaceBitInMask(builder, matchPos);
142 return matchPos;
145 matchPos = matchesNumberWithOffset(phoneNumber, query
    [all...]
  /external/icu4c/i18n/
tzfmt.cpp 929 int32_t matchPos = -1;
931 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
932 if (matchPos > parsedPos) {
934 parsedPos = matchPos;
941 pos.setIndex(matchPos);
    [all...]

Completed in 265 milliseconds