OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpLengths
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
dictionarydata.h
81
* @param
cpLengths
output array, filled with the lengths of the matches, in order,
92
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,
dictionarydata.cpp
44
int32_t *lengths, int32_t *
cpLengths
, int32_t *values,
64
if (
cpLengths
!= NULL) {
65
cpLengths
[wordCount] = codePointsMatched;
112
int32_t *lengths, int32_t *
cpLengths
, int32_t *values,
131
if (
cpLengths
!= NULL) {
132
cpLengths
[wordCount] = codePointsMatched;
dictbe.cpp
126
int32_t
cpLengths
[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points.
150
int32_t markedCPLength() { return
cpLengths
[mark]; };
159
count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths,
cpLengths
, NULL, &prefix);
[
all
...]
Completed in 541 milliseconds