OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stringbuilderlength
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java
305
final int
stringBuilderLength
= mTypedWord.length();
306
if (
stringBuilderLength
< size) {
310
final int lastChar = mTypedWord.codePointBefore(
stringBuilderLength
);
312
mTypedWord.delete(
stringBuilderLength
- 2,
stringBuilderLength
);
314
mTypedWord.deleteCharAt(
stringBuilderLength
- 1);
Completed in 66 milliseconds