Searched refs:cursorPos (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dstrrepl.cpp41 cursorPos = theCursorPos;
59 cursorPos = 0;
73 cursorPos = other.cursorPos;
118 // Setup default cursor position (for cursorPos within output)
119 newStart = cursorPos;
157 if (oOutput == cursorPos) {
187 if (oOutput == cursorPos) {
204 // refer to code points rather than code units. If cursorPos
207 if (cursorPos <
[all...]
H A Dstrrepl.h48 int32_t cursorPos; member in class:StringReplacer
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DQWebPageAdapter.cpp628 int cursorPos = frame->selection()->extent().offsetInContainerNode(); local
629 int start = cursorPos + ev->replacementStart();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js1826 this.setValue = function(val, cursorPos) {
1829 if (!cursorPos)
1831 else if (cursorPos == 1)
1833 else if (cursorPos == -1)
11099 this.cursorPos = {

Completed in 117 milliseconds