Searched defs:ptNodeCodePoints (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
H A Doffdevice_intermediate_dict_pt_node.h33 OffdeviceIntermediateDictPtNode(const CodePointArrayView ptNodeCodePoints) argument
34 : mPtNodeCodePoints(ptNodeCodePoints.toVector()), mChildrenPtNodeArray(),
38 OffdeviceIntermediateDictPtNode(const CodePointArrayView ptNodeCodePoints, argument
40 : mPtNodeCodePoints(ptNodeCodePoints.toVector()), mChildrenPtNodeArray(),
44 OffdeviceIntermediateDictPtNode(const CodePointArrayView ptNodeCodePoints, argument
46 : mPtNodeCodePoints(ptNodeCodePoints.toVector()),
H A Doffdevice_intermediate_dict.cpp38 const CodePointArrayView ptNodeCodePoints = ptNode->getPtNodeCodePoints(); local
39 if (codePoints[0] < ptNodeCodePoints[0]) {
42 if (codePoints[0] > ptNodeCodePoints[0]) {
47 if (i >= ptNodeCodePoints.size()) {
52 if (codePoints[i] != ptNodeCodePoints[i]) {
56 if (codePoints.size() == i && codePoints.size() == ptNodeCodePoints.size()) {
78 ptNodeCodePoints.skip(i), *ptNode));
97 const CodePointArrayView ptNodeCodePoints = ptNode->getPtNodeCodePoints(); local
98 if (codePoints[i] < ptNodeCodePoints[0]) {
101 if (codePoints[i] > ptNodeCodePoints[
[all...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_updating_helper.cpp127 const CodePointArrayView ptNodeCodePoints, const UnigramProperty *const unigramProperty,
134 return createNewPtNodeArrayWithAChildPtNode(parentPos, ptNodeCodePoints, unigramProperty);
175 const int parentPtNodePos, const CodePointArrayView ptNodeCodePoints,
184 true /* isTerminal */, parentPtNodePos, ptNodeCodePoints,
126 createAndInsertNodeIntoPtNodeArray(const int parentPos, const CodePointArrayView ptNodeCodePoints, const UnigramProperty *const unigramProperty, int *const forwardLinkFieldPos) argument
174 createNewPtNodeArrayWithAChildPtNode( const int parentPtNodePos, const CodePointArrayView ptNodeCodePoints, const UnigramProperty *const unigramProperty) argument

Completed in 63 milliseconds