Home | History | Annotate | Download | only in latin

Lines Matching defs:ic

141         final RichInputConnection ic = new RichInputConnection(mockInputMethodService);
147 ic.beginBatchEdit();
149 r = ic.getWordRangeAtCursor(" ", 0);
153 r = ic.getWordRangeAtCursor(" ", 1);
155 ic.endBatchEdit();
159 ic.beginBatchEdit();
160 r = ic.getWordRangeAtCursor("\t", 1);
161 ic.endBatchEdit();
166 ic.beginBatchEdit();
167 r = ic.getWordRangeAtCursor("\t", 1);
168 ic.endBatchEdit();
173 ic.beginBatchEdit();
174 r = ic.getWordRangeAtCursor(" \t", 1);
175 ic.endBatchEdit();
180 ic.beginBatchEdit();
181 r = ic.getWordRangeAtCursor(" \t", 2);
182 ic.endBatchEdit();
189 ic.beginBatchEdit();
190 r = ic.getWordRangeAtCursor(supplementaryChar, 0);
191 ic.endBatchEdit();