HomeSort by relevance Sort by last modified time
    Searched refs:matchPos (Results 1 - 4 of 4) 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 return matchPos;
141 matchPos = matchesNumberWithOffset(phoneNumber, query,
144 if (matchPos == null && phoneNumberTokens.nanpCodeOffset != 0 && useNanp) {
145 matchPos = matchesNumberWithOffset(phoneNumber, query
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 941 int32_t matchPos = -1;
943 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
944 if (matchPos > parsedPos) {
946 parsedPos = matchPos;
953 pos.setIndex(matchPos);
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 941 int32_t matchPos = -1;
943 matchPos = startIdx + specificMatches->getMatchLengthAt(i);
944 if (matchPos > parsedPos) {
946 parsedPos = matchPos;
953 pos.setIndex(matchPos);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 43 milliseconds