Searched refs:getCodePointBeforeCursor (Results 1 - 2 of 2) sorted by path

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java374 public int getCodePointBeforeCursor() { method in class:RichInputConnection
732 final int codePointBeforeCursor = getCodePointBeforeCursor();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java524 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor();
950 mConnection.getCodePointBeforeCursor())) {
1117 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor();
1133 mConnection.getCodePointBeforeCursor();
1172 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor();
1791 final int codePointBeforeCursor = mConnection.getCodePointBeforeCursor();
1792 // If no code point, #getCodePointBeforeCursor returns NOT_A_CODE_POINT.

Completed in 224 milliseconds