Home
last modified time | relevance | path

Searched refs:mWordLists (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java117 final WordListInfo[] mWordLists; field in DictionaryProvider.ResourcePathCursor
125 mWordLists = wordLists.toArray(new WordListInfo[0]); in ResourcePathCursor()
136 return mWordLists.length; in getCount()
147 case 0: return mWordLists[mPos].mId; in getString()
148 case 1: return mWordLists[mPos].mLocale; in getString()
149 case 2: return mWordLists[mPos].mRawChecksum; in getString()
156 if (mPos >= mWordLists.length) return true; in isNull()