Home
last modified time | relevance | path

Searched refs:cursorPos (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Dstrrepl.cpp41 cursorPos = theCursorPos; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
59 cursorPos = 0; in StringReplacer()
73 cursorPos = other.cursorPos; in StringReplacer()
119 newStart = cursorPos; in replace()
157 if (oOutput == cursorPos) { in replace()
187 if (oOutput == cursorPos) { in replace()
207 if (cursorPos < 0) { in replace()
209 int32_t n = cursorPos; in replace()
216 } else if (cursorPos > output.length()) { in replace()
218 int32_t n = cursorPos - output.length(); in replace()
[all …]
Dstrrepl.h48 int32_t cursorPos; variable
/external/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java99 private Vector2f cursorPos = new Vector2f(); field in InputManager
397 cursorPos.set(evt.getX(), evt.getY()); in onMouseMotionEvent()
415 cursorPos.set(evt.getX(), evt.getY()); in onMouseButtonEvent()
658 return cursorPos; in getCursorPosition()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1110 int cursorPos = frame->selection()->extent().offsetInContainerNode(); in inputMethodEvent() local
1111 int start = cursorPos + ev->replacementStart(); in inputMethodEvent()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-252352 (RenderText::cursorPos):
12129 (RenderText::cursorPos):
12924 (RenderText::cursorPos):
DChangeLog-2002-12-0315689 (RenderText::checkSelectionPoint), (RenderText::cursorPos),
DChangeLog-2005-08-2358409 (RenderText::cursorPos):