OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursorpos
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/i18n/
strrepl.cpp
42
cursorPos
= theCursorPos;
60
cursorPos
= 0;
74
cursorPos
= other.
cursorPos
;
119
// Setup default cursor position (for
cursorPos
within output)
120
newStart =
cursorPos
;
158
if (oOutput ==
cursorPos
) {
188
if (oOutput ==
cursorPos
) {
205
// refer to code points rather than code units. If
cursorPos
208
if (
cursorPos
< 0)
[
all
...]
strrepl.h
48
int32_t
cursorPos
;
rbt_rule.h
164
* @param cursorOffset an offset to be added to
cursorPos
to position the
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java
247
int
cursorPos
= mDecInfo.getCursorPosInCmpsDisplay();
248
int cmpsPos =
cursorPos
;
251
if (
cursorPos
> activeCmpsLen) cmpsPos = activeCmpsLen;
254
if (
cursorPos
<= activeCmpsLen) {
266
if (
cursorPos
> activeCmpsLen) {
267
if (
cursorPos
> cmpsStr.length())
cursorPos
= cmpsStr.length();
268
canvas.drawText(cmpsStr, oriPos,
cursorPos
, x, y, mPaint);
269
x += mPaint.measureText(cmpsStr, oriPos,
cursorPos
);
275
oriPos =
cursorPos
;
[
all
...]
PinyinIME.java
[
all
...]
/packages/apps/Calculator/src/com/android/calculator2/
Logic.java
92
int
cursorPos
= editText.getSelectionStart();
93
return toLeft ?
cursorPos
== 0 :
cursorPos
>= editText.length();
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h
371
volatile U032 *
CURSORPOS
;
/external/javassist/src/main/javassist/bytecode/
CodeIterator.java
596
*
cursorPos
indicates the next bytecode whichever exclusive is
[
all
...]
/external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp
[
all
...]
/external/webkit/Source/WebCore/
ChangeLog-2003-10-25
[
all
...]
Completed in 2002 milliseconds