Searched refs:mMatchLength (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
H A DTextUtilities.java545 int mMatchLength = 0; field in class:TextUtilities.SearchTerm
645 if (chrLowerCase == t.mTermLowerCase.charAt(t.mMatchLength)) {
646 if (t.mMatchLength++ == 0) {
650 if (t.mMatchLength == t.mLength) {
670 t.mMatchLength = 0;
685 int matchEnd = t.mMatchStart + t.mMatchLength;
704 t.mMatchLength = 0;

Completed in 62 milliseconds