OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dicNode
(Results
26 - 28
of
28
) sorted by null
1
2
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h
38
class
DicNode
;
61
void createAndGetAllChildDicNodes(const
DicNode
*const
dicNode
,
ver4_patricia_trie_policy.cpp
22
#include "suggest/core/
dicnode
/dic_node.h"
23
#include "suggest/core/
dicnode
/dic_node_vector.h"
48
void Ver4PatriciaTriePolicy::createAndGetAllChildDicNodes(const
DicNode
*const
dicNode
,
50
if (!
dicNode
->hasChildren()) {
54
readingHelper.initWithPtNodeArrayPos(
dicNode
->getChildrenPtNodeArrayPos());
62
childDicNodes->pushLeavingChild(
dicNode
, ptNodeParams.getChildrenPos(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp
29
#include "suggest/core/
dicnode
/dic_node.h"
30
#include "suggest/core/
dicnode
/dic_node_vector.h"
57
void Ver4PatriciaTriePolicy::createAndGetAllChildDicNodes(const
DicNode
*const
dicNode
,
59
if (!
dicNode
->hasChildren()) {
63
readingHelper.initWithPtNodeArrayPos(
dicNode
->getChildrenPtNodeArrayPos());
71
// A DecayingDict may have a terminal PtNode that has a terminal
DicNode
whose
73
// valid terminal
DicNode
.
82
childDicNodes->pushLeavingChild(
dicNode
, ptNodeParams.getChildrenPos(),
Completed in 733 milliseconds
1
2