Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dstrrepl.cpp42 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()
Dstrrepl.h53 UBool hasCursor; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringReplacer.java40 private boolean hasCursor; field in StringReplacer
73 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()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DStringReplacer.java39 private boolean hasCursor; field in StringReplacer
72 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()