Searched refs:POSSIBLE_WORD_LIST_MAX (Results 1 – 4 of 4) sorted by relevance
28 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord39 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
24 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord35 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
98 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable109 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units.110 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.