Home
last modified time | relevance | path

Searched refs:POSSIBLE_WORD_LIST_MAX (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDictionaryBreakEngine.java23 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord
34 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDictionaryBreakEngine.java24 private final static int POSSIBLE_WORD_LIST_MAX = 20; field in DictionaryBreakEngine.PossibleWord
35 lengths = new int[POSSIBLE_WORD_LIST_MAX]; in PossibleWord()
/third_party/skia/third_party/externals/icu/source/common/
Ddictbe.cpp92 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable
103 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.
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ddictbe.cpp89 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable
100 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.
/third_party/icu/icu4c/source/common/
Ddictbe.cpp92 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable
103 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.
/third_party/node/deps/icu-small/source/common/
Ddictbe.cpp94 static const int32_t POSSIBLE_WORD_LIST_MAX = 20; variable
105 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.