Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/format/
DFormatUtils.java146 int textLength = text.length(); in indexOfWordPrefix() local
149 if (prefixLength == 0 || textLength < prefixLength) { in indexOfWordPrefix()
154 while (i < textLength) { in indexOfWordPrefix()
156 while (i < textLength && !Character.isLetterOrDigit(text.charAt(i))) { in indexOfWordPrefix()
160 if (i + prefixLength > textLength) { in indexOfWordPrefix()
176 while (i < textLength && Character.isLetterOrDigit(text.charAt(i))) { in indexOfWordPrefix()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DPhoneNumberUtil.java55 long textLength = (long)text.length(); in isPhoneNumberDigits() local
56 return (textLength == text.chars() in isPhoneNumberDigits()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java944 final int textLength = textBeforeCursor.length(); in tryFixLyingCursorPosition() local
945 if (textLength < Constants.EDITOR_CONTENTS_CACHE_SIZE in tryFixLyingCursorPosition()
946 && (textLength > mExpectedSelStart in tryFixLyingCursorPosition()
952 mExpectedSelStart = textLength; in tryFixLyingCursorPosition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
DKeyCodeDescriptionMapper.java352 final int textLength = outputText.length(); in getSpokenEmoticonDescription() local
353 for (int index = 0; index < textLength; index = outputText.offsetByCodePoints(index, 1)) { in getSpokenEmoticonDescription()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DSectionParser.java1950 int textLength = data[pos] & 0xff; in parseDvbShortEvent() local
1951 if (pos + textLength > limit) { in parseDvbShortEvent()
1956 String text = new String(data, pos, textLength); in parseDvbShortEvent()
/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/modules/RuntimeI18n/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1132 Landroid/icu/impl/Trie2$CharSequenceIterator;->textLength:I