Home | History | Annotate | Download | only in openwnn

Lines Matching defs:mWordCount

119     private int mWordCount;
507 while ((displayLimit == -1 || mWordCount < displayLimit)) {
529 if (mWordCount < 1) { /* no candidates */
610 if ((maxWidth < nextEnd) && (mWordCount != 0)) {
639 textView.setId(mWordCount);
675 mWnnWordArray.add(mWordCount, word);
676 mWordCount++;
775 mWordCount = 0;