Searched refs:POSSIBLE_WORD_LIST_MAX (Results 1 – 6 of 6) 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()
24 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord35 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
92 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable103 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units.104 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.
89 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable100 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units.101 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.
94 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable105 int32_t cuLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code units.106 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.