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/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...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
cpp.c 595 int tokenCount = 0;
612 if (tokenCount >= maxTokenCount) {
619 allTokens[tokenCount] = (char*)malloc(strlen(SrcStr) + 1);
620 strcpy(allTokens[tokenCount++], SrcStr);
624 allTokens[tokenCount] = (char*)malloc(strlen(SrcStr) + 1);
625 strcpy(allTokens[tokenCount++], SrcStr);
629 allTokens[tokenCount] = (char*)malloc(strlen(SrcStr) + 1);
630 strcpy(allTokens[tokenCount++], SrcStr);
639 allTokens[tokenCount] = (char*)malloc(2);
640 strcpy(allTokens[tokenCount++], SrcStrName)
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialTrie.java 264 int tokenCount = 0;
270 tokenCount++;
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.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 1658 milliseconds