/packages/apps/Dialer/java/com/android/dialer/smartdial/util/ |
D | SmartDialNameMatcher.java | 237 final int queryLength = query.length(); in matchesCombination() local 239 if (nameLength < queryLength) { in matchesCombination() 243 if (queryLength == 0) { in matchesCombination() 265 while (nameStart < nameLength && queryStart < queryLength) { in matchesCombination() 311 if (queryStart == queryLength - 1) { in matchesCombination() 316 new SmartDialMatchPosition(tokenStart, queryLength + tokenStart + seperatorCount)); in matchesCombination()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | DefaultAppSearchAlgorithm.java | 75 int queryLength = query.length(); in matches() local 80 if (titleLength < queryLength || queryLength <= 0) { in matches() 88 int end = titleLength - queryLength; in matches() 95 matcher.matches(query, title.substring(i, i + queryLength))) { in matches()
|
/packages/apps/Contacts/src/com/android/contacts/logging/ |
D | SearchState.java | 29 public int queryLength; field in SearchState 74 .add("queryLength", queryLength) in toString() 91 dest.writeInt(queryLength); in writeToParcel() 101 queryLength = source.readInt(); in readFromParcel()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | QueryParameterUtils.java | 41 int queryLength = query.length(); in getQueryParameter() local 54 if (queryLength == index) { in getQueryParameter()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
D | dictionary.cpp | 180 void Dictionary::getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty() argument 183 return mDictionaryStructureWithBufferPolicy->getProperty(query, queryLength, outResult, in getProperty()
|
D | dictionary.h | 104 void getProperty(const char *const query, const int queryLength, char *const outResult,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 479 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty() argument 481 const int compareLength = queryLength + 1 /* terminator */; in getProperty()
|
D | ver4_patricia_trie_policy.h | 109 void getProperty(const char *const query, const int queryLength, char *const outResult,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/ |
D | dictionary_structure_with_buffer_policy.h | 104 virtual void getProperty(const char *const query, const int queryLength, char *const outResult,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_policy.cpp | 524 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty() argument 526 const int compareLength = queryLength + 1 /* terminator */; in getProperty()
|
D | ver4_patricia_trie_policy.h | 130 void getProperty(const char *const query, const int queryLength, char *const outResult,
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/ |
D | patricia_trie_policy.h | 136 void getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty() argument
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | MultiSelectContactsListFragment.java | 227 searchState.queryLength = adapter.getQueryString() == null in createSearchState()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 9540 int queryLength = query.length(); in getQueryParameter() local 9564 if (queryLength == index) { in getQueryParameter()
|