Home | History | Annotate | Download | only in i18n

Lines Matching refs:cursorPos

41     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 < 0) {
209 int32_t n = cursorPos;
210 // Outside the output string, cursorPos counts code points
216 } else if (cursorPos > output.length()) {
218 int32_t n = cursorPos - output.length();
219 // Outside the output string, cursorPos counts code points
245 int32_t cursor = cursorPos;