Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dstrrepl.cpp43 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()
Dstrrepl.h53 UBool hasCursor; variable