Lines Matching refs:lengths
104 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in PossibleWord
147 … prefix = dict->matches(text, rangeEnd-start, lengths, count, sizeof(lengths)/sizeof(lengths[0])); in candidates()
154 utext_setNativeIndex(text, start+lengths[count-1]); in candidates()
163 utext_setNativeIndex(text, offset + lengths[mark]); in acceptMarked()
164 return lengths[mark]; in acceptMarked()
170 utext_setNativeIndex(text, offset + lengths[--current]); in backUp()
839 AutoBuffer<int32_t, maxWordSize> lengths(numChars); in divideUpDictionaryRange() local
853 …fDictionary->matches(&normalizedText, maxSearchLength, lengths.elems(), count, maxSearchLength, va… in divideUpDictionaryRange()
860 if((count == 0 || lengths[0] != 1) && in divideUpDictionaryRange()
863 lengths[count++] = 1; in divideUpDictionaryRange()
868 if (newSnlp < bestSnlp[lengths[j] + i]) { in divideUpDictionaryRange()
869 bestSnlp[lengths[j] + i] = newSnlp; in divideUpDictionaryRange()
870 prev[lengths[j] + i] = i; in divideUpDictionaryRange()