Searched defs:all (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java38 /** search cache for all independent words (jiritsugo) */
253 * @param all Get all candidates or not
256 private boolean singleClauseConvert(LinkedList clauseList, String input, WnnPOS terminal, boolean all) { argument
260 ArrayList<WnnWord> stems = getIndependentWords(input, all);
265 if (addClause(clauseList, input, stem, null, terminal, all)) {
283 stems = getIndependentWords(str, all);
295 if (all || stem.frequency > max) {
299 if (addClause(clauseList, input, stem, fzk, terminal, all)) {
318 * @param all Ge
321 addClause(LinkedList<WnnClause> clauseList, String input, WnnWord stem, WnnWord fzk, WnnPOS terminal, boolean all) argument
460 getIndependentWords(String input, boolean all) argument
526 addAutoGeneratedCandidates(String input, ArrayList wordList, boolean all) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 78 milliseconds