Home | History | Annotate | Download | only in i18n

Lines Matching refs:cursorPos

43     cursorPos = theCursorPos;
61 cursorPos = 0;
75 cursorPos = other.cursorPos;
120 // Setup default cursor position (for cursorPos within output)
121 newStart = cursorPos;
159 if (oOutput == cursorPos) {
189 if (oOutput == cursorPos) {
206 // refer to code points rather than code units. If cursorPos
209 if (cursorPos < 0) {
211 int32_t n = cursorPos;
212 // Outside the output string, cursorPos counts code points
218 } else if (cursorPos > output.length()) {
220 int32_t n = cursorPos - output.length();
221 // Outside the output string, cursorPos counts code points
247 int32_t cursor = cursorPos;