Home | History | Annotate | Download | only in openwnn

Lines Matching defs:mWordCount

110     private int mWordCount = 0;
176 int pos = mWordCount - MAX_LIST_WORD_COUNT;
178 mWordCount = pos;
189 int pos = mWordCount + MAX_LIST_WORD_COUNT;
191 mWordCount = pos;
400 if (size <= mWordCount) {
401 int newPos = (mWordCount - MAX_LIST_WORD_COUNT);
402 mWordCount = (0 <= newPos) ? newPos : 0;
433 mWordCount = 0;
683 int start = mWordCount;