Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
H A Doffdevice_intermediate_dict.cpp39 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()
78 ptNodeCodePoints.skip(i), *ptNode)); in addWordInner()
98 if (codePoints[i] < ptNodeCodePoints[0]) { in getWordProperty()
101 if (codePoints[i] > ptNodeCodePoints[0] in getWordProperty()
102 || codePoints.size() < ptNodeCodePoints.size()) { in getWordProperty()
105 for (size_t j = 1; j < ptNodeCodePoints.size(); ++j) { in getWordProperty()
106 if (codePoints[i + j] != ptNodeCodePoints[j]) { in getWordProperty()
[all …]
H A 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()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A 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()
H A Ddynamic_pt_updating_helper.h69 const CodePointArrayView ptNodeCodePoints, const UnigramProperty *const unigramProperty,
80 const CodePointArrayView ptNodeCodePoints,