Home
last modified time | relevance | path

Searched refs:getPtNodeList (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/dicttoolkit/src/offdevice_intermediate_dict/
H A Doffdevice_intermediate_dict_pt_node_array.h32 const std::list<std::shared_ptr<OffdeviceIntermediateDictPtNode>> &getPtNodeList() const { in getPtNodeList() function
H A Doffdevice_intermediate_dict.cpp96 for (const auto& ptNode : ptNodeArray->getPtNodeList()) { in getWordProperty()