Searched defs:cpLengths (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values,
66 if (cpLengths != NULL) {
67 cpLengths[wordCount] = codePointsMatched;
114 int32_t *lengths, int32_t *cpLengths, int32_t *values,
133 if (cpLengths != NULL) {
134 cpLengths[wordCount] = codePointsMatched;
45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const argument
113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const argument
H A Ddictbe.cpp128 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in class:PossibleWord
152 int32_t markedCPLength() { return cpLengths[mark]; };
161 count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, &prefix);

Completed in 950 milliseconds