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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
scoring.h 38 virtual void searchWordWithDoubleLetter(DicNode *terminals, const int terminalSize,
41 DicNode *const terminals, const int size) const = 0;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 44 AK_FORCE_INLINE void searchWordWithDoubleLetter(DicNode *terminals,
50 DicNode *const terminals, const int size) const {
  /external/marisa-trie/lib/marisa/
trie-build.cc 74 Vector<UInt32> terminals; local
77 temp.build_trie(keys, &terminals, progress);
81 pairs.resize(terminals.size());
83 pairs[i].first = terminals[i];
86 terminals.clear();
121 Vector<UInt32> *terminals, Progress &progress) {
122 build_cur(keys, terminals, progress);
165 Vector<UInt32> *terminals, Progress &progress) {
256 build_terminals(keys, terminals);
261 Vector<UInt32> *terminals, Progress &progress)
    [all...]
trie.h 213 Vector<UInt32> *terminals, Progress &progress);
217 Vector<UInt32> *terminals, Progress &progress);
220 Vector<UInt32> *terminals, Progress &progress);
222 Vector<UInt32> *terminals, Progress &progress);
229 Vector<UInt32> *terminals) const;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-build.cc 83 Vector<UInt32> terminals; local
86 temp.build_trie(keys, &terminals, progress);
90 pairs.resize(terminals.size());
92 pairs[i].first = terminals[i];
95 terminals.clear();
130 Vector<UInt32> *terminals, Progress &progress) {
131 build_cur(keys, terminals, progress);
174 Vector<UInt32> *terminals, Progress &progress) try {
266 build_terminals(keys, terminals);
275 Vector<UInt32> *terminals, Progress &progress)
    [all...]
trie.h 213 Vector<UInt32> *terminals, Progress &progress);
217 Vector<UInt32> *terminals, Progress &progress);
220 Vector<UInt32> *terminals, Progress &progress);
222 Vector<UInt32> *terminals, Progress &progress);
229 Vector<UInt32> *terminals) const;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 126 DicNode terminals[MAX_RESULTS]; // Avoiding non-POD variable length array local
129 traverseSession->getDicTraverseCache()->popTerminal(&terminals[index]);
133 traverseSession, terminals, terminalSize);
147 SCORING->searchWordWithDoubleLetter(terminals, terminalSize,
154 DicNode *terminalDicNode = &terminals[terminalIndex];
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 457 * where x in T* and alpha, beta in V*; T is set of terminals and
458 * V is the set of terminals and nonterminals. In other words,
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 298 milliseconds