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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 90 private final int MAX_WORD_COUNT = 100;
210 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);
265 if (mWordList.size() >= MAX_WORD_COUNT) {
266 /* disable if the number of registered word exceeds MAX_WORD_COUNT */
379 if (mSelectedViewID > MAX_WORD_COUNT) {
407 leftText.setText(size + "/" + MAX_WORD_COUNT);
436 leftText.setText(mWordList.size() + "/" + MAX_WORD_COUNT);
515 if (mSelectedViewID > MAX_WORD_COUNT) {
544 for( int i=0; i < MAX_WORD_COUNT; i++) {
604 for (int i = 0; i < MAX_WORD_COUNT; i++)
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 143 #define MAX_WORD_COUNT 20000
260 static Word words[MAX_WORD_COUNT];
    [all...]

Completed in 18 milliseconds