HomeSort by relevance Sort by last modified time
    Searched refs:processCurrentNode (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.h 101 bool processCurrentNode(const int initialPos,
unigram_dictionary.cpp 337 const bool needsToTraverseChildrenNodes = processCurrentNode(siblingPos,
584 // ProcessCurrentNode returns a boolean telling whether to traverse children nodes or not.
586 // to find out the address of the next sibling node and pass it to a new call of processCurrentNode.
590 // node. processCurrentNode will output the information about the children: their count in
594 // newOutputIndex. Please also note the following caveat: processCurrentNode does not know when
598 inline bool UnigramDictionary::processCurrentNode(const int initialPos,
    [all...]

Completed in 24 milliseconds