HomeSort by relevance Sort by last modified time
    Searched defs:StringReplacer (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
strrepl.h 32 * replacers in a StringReplacer. A StringReplacer that contains such
33 * stand-ins is called a <em>complex</em> StringReplacer. A complex
34 * StringReplacer has a slower processing loop than a non-complex one.
37 class StringReplacer : public UnicodeFunctor, public UnicodeReplacer {
75 * Construct a StringReplacer that sets the emits the given output
85 StringReplacer(const UnicodeString& theOutput,
90 * Construct a StringReplacer that sets the emits the given output
98 StringReplacer(const UnicodeString& theOutput,
104 StringReplacer(const StringReplacer& other)
    [all...]
strrepl.cpp 26 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(StringReplacer)
29 * Construct a StringReplacer that sets the emits the given output
39 StringReplacer::StringReplacer(const UnicodeString& theOutput,
50 * Construct a StringReplacer that sets the emits the given output
58 StringReplacer::StringReplacer(const UnicodeString& theOutput,
70 StringReplacer::StringReplacer(const StringReplacer& other)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 21 * replacers in a StringReplacer. A StringReplacer that contains such
22 * stand-ins is called a <em>complex</em> StringReplacer. A complex
23 * StringReplacer has a slower processing loop than a non-complex one.
26 class StringReplacer implements UnicodeReplacer {
60 * Construct a StringReplacer that sets the emits the given output
70 public StringReplacer(String theOutput,
81 * Construct a StringReplacer that sets the emits the given output
89 public StringReplacer(String theOutput,
108 //= return new StringReplacer(output, cursorPos, data)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 20 * replacers in a StringReplacer. A StringReplacer that contains such
21 * stand-ins is called a <em>complex</em> StringReplacer. A complex
22 * StringReplacer has a slower processing loop than a non-complex one.
25 class StringReplacer implements UnicodeReplacer {
59 * Construct a StringReplacer that sets the emits the given output
69 public StringReplacer(String theOutput,
80 * Construct a StringReplacer that sets the emits the given output
88 public StringReplacer(String theOutput,
107 //= return new StringReplacer(output, cursorPos, data)
    [all...]

Completed in 95 milliseconds