Searched refs:POSSIBLE_WORD_LIST_MAX (Results 1 – 3 of 3) sorted by relevance
23 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord34 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
22 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord33 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
114 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable125 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units.126 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.