Home
last modified time | relevance | path

Searched refs:ptNodeCodePoints (Results 1 – 4 of 4) sorted by relevance

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