Searched refs:hasCursor (Results 1 – 4 of 4) sorted by relevance
42 hasCursor = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()60 hasCursor = FALSE; in StringReplacer()74 hasCursor = other.hasCursor; in StringReplacer()202 if (hasCursor) { in replace()248 if (hasCursor && cursor < 0) { in toReplacerPattern()256 if (hasCursor && i == cursor) { in toReplacerPattern()277 if (hasCursor && cursor > output.length()) { in toReplacerPattern()
53 UBool hasCursor; variable
40 private boolean hasCursor; field in StringReplacer73 hasCursor = true; in StringReplacer()91 hasCursor = false; in StringReplacer()228 if (hasCursor) { in replace()273 if (hasCursor && cursor < 0) { in toReplacerPattern()281 if (hasCursor && i == cursor) { in toReplacerPattern()301 if (hasCursor && cursor > output.length()) { in toReplacerPattern()
39 private boolean hasCursor; field in StringReplacer72 hasCursor = true; in StringReplacer()90 hasCursor = false; in StringReplacer()227 if (hasCursor) { in replace()272 if (hasCursor && cursor < 0) { in toReplacerPattern()280 if (hasCursor && i == cursor) { in toReplacerPattern()300 if (hasCursor && cursor > output.length()) { in toReplacerPattern()