/third_party/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 46 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()
|
D | dictionarydata.h | 94 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,
|
D | dictbe.cpp | 104 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in PossibleWord 128 int32_t markedCPLength() { return cpLengths[mark]; } in markedCPLength() 137 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()
|
/third_party/icu/icu4c/source/common/ |
D | dictionarydata.cpp | 46 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()
|
D | dictionarydata.h | 94 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,
|
D | dictbe.cpp | 104 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in PossibleWord 128 int32_t markedCPLength() { return cpLengths[mark]; } in markedCPLength() 137 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()
|
/third_party/node/deps/icu-small/source/common/ |
D | dictionarydata.cpp | 46 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()
|
D | dictionarydata.h | 94 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,
|
D | dictbe.cpp | 106 int32_t cpLengths[POSSIBLE_WORD_LIST_MAX]; // Word Lengths, in code points. member in PossibleWord 130 int32_t markedCPLength() { return cpLengths[mark]; } in markedCPLength() 139 …count = dict->matches(text, rangeEnd-start, UPRV_LENGTHOF(cuLengths), cuLengths, cpLengths, NULL, … in candidates()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | dictionarydata.cpp | 46 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()
|
D | dictionarydata.h | 94 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,
|
D | dictbe.cpp | 101 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()
|