OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchedCodePointCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp
223
const int
matchedCodePointCount
= getPrevTotalCodePointCount();
226
searchCodePoints[
matchedCodePointCount
])) {
235
if (!isMatchedCodePoint(ptNodeParams, j, searchCodePoints[
matchedCodePointCount
+ j])) {
dynamic_pt_updating_helper.cpp
40
const size_t
matchedCodePointCount
= readingHelper->getPrevTotalCodePointCount();
42
wordCodePoints[
matchedCodePointCount
])) {
51
const size_t nextIndex =
matchedCodePointCount
+ j;
54
wordCodePoints[
matchedCodePointCount
+ j])) {
57
wordCodePoints.skip(
matchedCodePointCount
));
Completed in 61 milliseconds