Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() argument
66 if (cpLengths != NULL) { in matches()
67 cpLengths[wordCount] = codePointsMatched; in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches() argument
133 if (cpLengths != NULL) { in matches()
134 cpLengths[wordCount] = codePointsMatched; in matches()
Ddictionarydata.h94 int32_t *lengths, int32_t *cpLengths, int32_t *values,
109 int32_t *lengths, int32_t *cpLengths, int32_t *values,
127 int32_t *lengths, int32_t *cpLengths, int32_t *values,
Ddictbe.cpp101 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in PossibleWord
125 int32_t markedCPLength() { return cpLengths[mark]; }; in markedCPLength()
134 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()