Searched refs:textLength (Results 1 – 7 of 7) sorted by relevance
146 int textLength = text.length(); in indexOfWordPrefix() local149 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()
55 long textLength = (long)text.length(); in isPhoneNumberDigits() local56 return (textLength == text.chars() in isPhoneNumberDigits()
944 final int textLength = textBeforeCursor.length(); in tryFixLyingCursorPosition() local945 if (textLength < Constants.EDITOR_CONTENTS_CACHE_SIZE in tryFixLyingCursorPosition()946 && (textLength > mExpectedSelStart in tryFixLyingCursorPosition()952 mExpectedSelStart = textLength; in tryFixLyingCursorPosition()
352 final int textLength = outputText.length(); in getSpokenEmoticonDescription() local353 for (int index = 0; index < textLength; index = outputText.offsetByCodePoints(index, 1)) { in getSpokenEmoticonDescription()
1950 int textLength = data[pos] & 0xff; in parseDvbShortEvent() local1951 if (pos + textLength > limit) { in parseDvbShortEvent()1956 String text = new String(data, pos, textLength); in parseDvbShortEvent()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
1132 Landroid/icu/impl/Trie2$CharSequenceIterator;->textLength:I