Home
last modified time | relevance | path

Searched refs:cpLengths (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ddictionarydata.cpp44 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() argument
64 if (cpLengths != NULL) { in matches()
65 cpLengths[wordCount] = codePointsMatched; in matches()
112 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() argument
131 if (cpLengths != NULL) { in matches()
132 cpLengths[wordCount] = codePointsMatched; in matches()
Ddictionarydata.h92 int32_t *lengths, int32_t *cpLengths, int32_t *values,
107 int32_t *lengths, int32_t *cpLengths, int32_t *values,
125 int32_t *lengths, int32_t *cpLengths, int32_t *values,
Ddictbe.cpp126 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in PossibleWord
150 int32_t markedCPLength() { return cpLengths[mark]; }; in markedCPLength()
159 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()