OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNodeCodePointCount
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
31
INTS_TO_CHARS(getOutputWordBuf(),
getNodeCodePointCount
(), charBuf, NELEMS(charBuf)); \
37
INTS_TO_CHARS(getOutputWordBuf(),
getNodeCodePointCount
(), charBuf, NELEMS(charBuf)); \
165
uint16_t newDepth = static_cast<uint16_t>(dicNode->
getNodeCodePointCount
() + 1);
188
return
getNodeCodePointCount
() == 0;
196
ASSERT(
getNodeCodePointCount
() <= mDicNodeProperties.getLeavingDepth());
197
return
getNodeCodePointCount
() == mDicNodeProperties.getLeavingDepth();
201
return
getNodeCodePointCount
() == 1;
214
return mDicNodeState.mDicNodeStateOutput.getCodePointAt(
getNodeCodePointCount
());
227
const int currentWordLen =
getNodeCodePointCount
();
269
const int currentNodeDepth =
getNodeCodePointCount
();
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
151
dicNode->getOutputWordBuf(), dicNode->
getNodeCodePointCount
());
176
const bool shortCappedWord = dicNode->
getNodeCodePointCount
()
typing_weighting.h
58
const bool isFirstLetterOmission = dicNode->
getNodeCodePointCount
() == 2;
90
if (dicNode->
getNodeCodePointCount
() == 2) {
139
const bool singleChar = dicNode->
getNodeCodePointCount
() == 1;
Completed in 203 milliseconds