Searched refs:DICTIONARY_MAX_WORD_LENGTH (Results 1 – 12 of 12) sorted by relevance
60 public static final int DICTIONARY_MAX_WORD_LENGTH = 48; field in BinaryDictionary323 final int start = j * DICTIONARY_MAX_WORD_LENGTH; in getSuggestions()325 while (len < DICTIONARY_MAX_WORD_LENGTH in getSuggestions()396 final int[] outCodePoints = new int[DICTIONARY_MAX_WORD_LENGTH]; in getWordProperty()435 final int[] codePoints = new int[DICTIONARY_MAX_WORD_LENGTH]; in getNextWordProperty()
32 new int[DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH];39 new int[DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH * MAX_RESULTS];
56 new InputPointers(DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH);
40 private static final int MAX_WORD_LENGTH = DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH;
74 DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH;
25 public static final int DICTIONARY_MAX_WORD_LENGTH = 48; field in DecoderSpecificConstants
187 static final int MAX_WORD_LENGTH = DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH;
102 if (word.length() > BinaryDictionary.DICTIONARY_MAX_WORD_LENGTH) { in addToDictionary()
176 for (int depth = 0; depth < DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH; ++depth) { in getTerminalPosition()
336 if (word.length >= DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH) { in add()
589 if (length > DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH) {
148 for (int i = 0; i < BinaryDictionary.DICTIONARY_MAX_WORD_LENGTH; i++) { in testAddTooLongWord()