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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 100 int tokenCount = mSplitter.tokenize(mNames, name);
101 if (tokenCount == 0) {
105 for (int i = 0; i < tokenCount; i++) {
109 boolean tooManyTokens = tokenCount > MAX_NAME_TOKENS;
111 insertNameVariant(rawContactId, dataId, tokenCount, NameLookupType.NAME_EXACT, true);
114 Arrays.sort(mNames, 0, tokenCount, new Comparator<String>() {
124 for (int i = MAX_NAME_TOKENS; i < tokenCount; i++) {
130 tokenCount = MAX_NAME_TOKENS;
134 for (int i = 0; i < tokenCount; i++) {
138 insertNameVariants(rawContactId, dataId, 0, tokenCount, !tooManyTokens, true)
    [all...]
ContactLocaleUtils.java 358 final int tokenCount = tokens.size();
365 for (int i = tokenCount - 1; i >= 0; i--) {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
LevenshteinSuggestionFormatter.java 105 int tokenCount = 0;
116 tokens[tokenCount++] = new Token(chars, start, end);
120 Token[] ret = new Token[tokenCount];
121 System.arraycopy(tokens, 0, ret, 0, tokenCount);
  /external/chromium_org/third_party/icu/source/common/
unames.c 263 uint16_t token, tokenCount=*tokens++, bufferPos=0;
272 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
297 if(c>=tokenCount) {
321 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
356 uint16_t token, tokenCount=*tokens++;
366 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
391 if(c>=tokenCount) {
419 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
    [all...]
  /external/icu4c/common/
unames.cpp 265 uint16_t token, tokenCount=*tokens++, bufferPos=0;
274 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
299 if(c>=tokenCount) {
323 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
358 uint16_t token, tokenCount=*tokens++;
368 if((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
393 if(c>=tokenCount) {
421 if ((uint8_t)';'>=tokenCount || tokens[(uint8_t)';']==(uint16_t)(-1)) {
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java     [all...]
  /frameworks/base/services/java/com/android/server/print/
UserState.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 543 milliseconds