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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 250 * @param clauseList Where to store the results
256 private boolean singleClauseConvert(LinkedList clauseList, String input, WnnPOS terminal, boolean all) {
265 if (addClause(clauseList, input, stem, null, terminal, all)) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
313 * @param clauseList Where to store the results
321 private boolean addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fzk,
343 if (clauseList.isEmpty()) {
345 clauseList.add(0, clause);
350 WnnClause best = (WnnClause)clauseList.get(0);
352 clauseList.set(0, clause)
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 61 #define TreeClauseList typename TreeBuilder::ClauseList
    [all...]

Completed in 122 milliseconds