Searched refs:hasCursor (Results 1 – 2 of 2) sorted by relevance
43 hasCursor = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()61 hasCursor = FALSE; in StringReplacer()75 hasCursor = other.hasCursor; in StringReplacer()203 if (hasCursor) { in replace()249 if (hasCursor && cursor < 0) { in toReplacerPattern()257 if (hasCursor && i == cursor) { in toReplacerPattern()278 if (hasCursor && cursor > output.length()) { in toReplacerPattern()
53 UBool hasCursor; variable