Searched refs:mAlphabetLength (Results 1 – 1 of 1) sorted by relevance
54 private int mAlphabetLength; field in AlphabetIndexer86 mAlphabetLength = alphabet.length(); in AlphabetIndexer()87 mAlphabetArray = new String[mAlphabetLength]; in AlphabetIndexer()88 for (int i = 0; i < mAlphabetLength; i++) { in AlphabetIndexer()91 mAlphaMap = new SparseIntArray(mAlphabetLength); in AlphabetIndexer()158 if (sectionIndex >= mAlphabetLength) { in getPositionForSection()159 sectionIndex = mAlphabetLength - 1; in getPositionForSection()262 for (int i = 0; i < mAlphabetLength; i++) { in getSectionForPosition()