Lines Matching refs:cursorPos
43 cursorPos = theCursorPos; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
61 cursorPos = 0; in StringReplacer()
75 cursorPos = other.cursorPos; in StringReplacer()
121 newStart = cursorPos; in replace()
159 if (oOutput == cursorPos) { in replace()
189 if (oOutput == cursorPos) { in replace()
209 if (cursorPos < 0) { in replace()
211 int32_t n = cursorPos; in replace()
218 } else if (cursorPos > output.length()) { in replace()
220 int32_t n = cursorPos - output.length(); in replace()
247 int32_t cursor = cursorPos; in toReplacerPattern()