OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringReplacer
(Results
1 - 16
of
16
) 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
...]
rbt_rule.cpp
153
this->output = new
StringReplacer
(outputStr, cursorPosition + cursorOffset, data);
rbt_pars.cpp
581
new FunctionReplacer(t, new
StringReplacer
(output, parser.curData));
[
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
...]
TransliterationRule.java
222
this.output = new
StringReplacer
(output, cursorPos + cursorOffset, data);
/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
...]
TransliterationRule.java
221
this.output = new
StringReplacer
(output, cursorPos + cursorOffset, data);
/external/icu/icu4c/source/test/intltest/
uobjtest.cpp
434
TESTCLASSID_CTOR(
StringReplacer
,(UnicodeString(),new TransliterationRuleData(status)));
458
//TESTCLASSID_DEFAULT(
StringReplacer
);
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar
/prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
Completed in 463 milliseconds