HomeSort by relevance Sort by last modified time
    Searched defs:ptNode (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
offdevice_intermediate_dict.cpp 37 const auto &ptNode = *ptNodeIt;
38 const CodePointArrayView ptNodeCodePoints = ptNode->getPtNodeCodePoints();
50 ptNode->getChildrenPtNodeArray());
58 if (ptNode->getWordProperty()) {
63 std::make_shared<OffdeviceIntermediateDictPtNode>(wordProperty, *ptNode));
68 // Create and Add new parent ptNode for the common part.
75 // Add new child for the existing ptNode.
78 ptNodeCodePoints.skip(i), *ptNode));
96 for (const auto ptNode : ptNodeArray->getPtNodeList()) {
97 const CodePointArrayView ptNodeCodePoints = ptNode->getPtNodeCodePoints()
    [all...]