Home | History | Annotate | Download | only in makedict

Lines Matching defs:isNotAWord

130                 final boolean isNotAWord, final boolean isBlacklistEntry) {
137 mIsNotAWord = isNotAWord;
143 final boolean isNotAWord, final boolean isBlacklistEntry,
150 mIsNotAWord = isNotAWord;
261 final boolean isNotAWord, final boolean isBlacklistEntry) {
297 mIsNotAWord = isNotAWord;
397 * @param isNotAWord true if this should not be considered a word (e.g. shortcut only)
400 final ArrayList<WeightedString> shortcutTargets, final boolean isNotAWord) {
401 isNotAWord,
410 * @param isNotAWord true if this is not a word for spellcheking purposes (shortcut only or so)
413 final ArrayList<WeightedString> shortcutTargets, final boolean isNotAWord) {
414 add(getCodePoints(word), 0, shortcutTargets, isNotAWord, true /* isBlacklistEntry */);
447 add(getCodePoints(word2), 0, null, false /* isNotAWord */,
469 * @param isNotAWord true if this is not a word for spellcheking purposes (shortcut only or so)
474 final boolean isNotAWord, final boolean isBlacklistEntry) {
503 shortcutTargets, null /* bigrams */, frequency, isNotAWord, isBlacklistEntry);
513 currentPtNode.update(frequency, shortcutTargets, null, isNotAWord,
520 shortcutTargets, null /* bigrams */, frequency, isNotAWord,
530 currentPtNode.mIsNotAWord && isNotAWord,
549 isNotAWord, isBlacklistEntry, newChildren);
554 false /* isNotAWord */, false /* isBlacklistEntry */, newChildren);
558 isNotAWord, isBlacklistEntry);
619 null /* shortcutTargets */, null /* bigrams */, 0, false /* isNotAWord */,