Searched defs:charAt (Results 1 - 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DLevenshteinDistance.java185 public char charAt(int index) { method in class:LevenshteinDistance.Token
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTextHighlightingAnimation.java116 public char charAt(int index) { method in class:TextHighlightingAnimation.TextWithHighlightingImpl
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DPinyinIME.java701 if (digitStr.length() > 2 && digitStr.charAt(0) == '0'
702 && digitStr.charAt(1) == 'x') {
728 resultStr += "0x" + Integer.toHexString(str.charAt(pos));
995 && keyLabel.charAt(0) == '\'') {
1696 public char charAt(int index) { method in class:PinyinIME.DecodingInfo
1697 return mSurface.charAt(index);
1785 mPyBuf[i] = (byte) charAt(i);
2049 if (mCursorPos > 0 && mSurface.charAt(mCursorPos - 1) == '\'') {

Completed in 127 milliseconds