Home
last modified time | relevance | path

Searched refs:hasCursor (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dstrrepl.cpp44 hasCursor = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
62 hasCursor = FALSE; in StringReplacer()
76 hasCursor = other.hasCursor; in StringReplacer()
204 if (hasCursor) { in replace()
250 if (hasCursor && cursor < 0) { in toReplacerPattern()
258 if (hasCursor && i == cursor) { in toReplacerPattern()
279 if (hasCursor && cursor > output.length()) { in toReplacerPattern()
Dstrrepl.h55 UBool hasCursor; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringReplacer.java42 private boolean hasCursor; field in StringReplacer
75 hasCursor = true; in StringReplacer()
93 hasCursor = false; in StringReplacer()
231 if (hasCursor) { in replace()
277 if (hasCursor && cursor < 0) { in toReplacerPattern()
285 if (hasCursor && i == cursor) { in toReplacerPattern()
305 if (hasCursor && cursor > output.length()) { in toReplacerPattern()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DStringReplacer.java41 private boolean hasCursor; field in StringReplacer
74 hasCursor = true; in StringReplacer()
92 hasCursor = false; in StringReplacer()
230 if (hasCursor) { in replace()
276 if (hasCursor && cursor < 0) { in toReplacerPattern()
284 if (hasCursor && i == cursor) { in toReplacerPattern()
304 if (hasCursor && cursor > output.length()) { in toReplacerPattern()