OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeReplacer
(Results
1 - 25
of
29
) sorted by null
1
2
/external/icu/icu4c/source/common/
unifunct.cpp
22
UnicodeReplacer
* UnicodeFunctor::toReplacer() const {
/external/icu/icu4c/source/common/unicode/
unifunct.h
26
class
UnicodeReplacer
;
66
* Cast 'this' to a
UnicodeReplacer
* pointer and return the
67
* pointer, or null if this is not a
UnicodeReplacer
*. Subclasses
68
* that mix in
UnicodeReplacer
as a base class must override this.
70
* cannot be cast to a pointer to a
UnicodeReplacer
, since
71
*
UnicodeReplacer
is a mixin that does not derive from
75
virtual
UnicodeReplacer
* toReplacer() const;
/external/icu/icu4c/source/i18n/unicode/
unirepl.h
19
* \brief C++ API:
UnicodeReplacer
29
* <code>
UnicodeReplacer
</code> defines a protocol for objects that
38
class U_I18N_API
UnicodeReplacer
/* not : public UObject because this is an interface/mixin class */ {
46
virtual ~
UnicodeReplacer
();
/external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeReplacer.java
17
* <code>
UnicodeReplacer
</code> defines a protocol for objects that
23
interface
UnicodeReplacer
{
FunctionReplacer.java
19
*
UnicodeReplacer
object. That is, this replacer wraps another
23
class FunctionReplacer implements
UnicodeReplacer
{
34
private
UnicodeReplacer
replacer;
42
UnicodeReplacer
theReplacer) {
48
*
UnicodeReplacer
API
67
*
UnicodeReplacer
API
RuleBasedTransliterator.java
397
* Map category variable (Character) to UnicodeMatcher or
UnicodeReplacer
.
425
* Return the
UnicodeReplacer
represented by the given character, or
428
public
UnicodeReplacer
lookupReplacer(int standIn) {
431
? (
UnicodeReplacer
) variables[i] : null;
StringReplacer.java
20
*
UnicodeReplacer
objects, making it possible to encode a tree of
26
class StringReplacer implements
UnicodeReplacer
{
55
*
UnicodeReplacer
objects.
68
* stand-in characters to
UnicodeReplacer
objects
87
* stand-in characters to
UnicodeReplacer
objects
98
//= public static
UnicodeReplacer
valueOf(String output,
103
//=
UnicodeReplacer
r = data.lookupReplacer(c);
112
*
UnicodeReplacer
API
191
UnicodeReplacer
r = data.lookupReplacer(c);
267
*
UnicodeReplacer
AP
[
all
...]
StringMatcher.java
16
*
UnicodeReplacer
API, allowing it to emit the matched text as
28
*
UnicodeReplacer
.
30
class StringMatcher implements UnicodeMatcher,
UnicodeReplacer
{
239
*
UnicodeReplacer
API
266
*
UnicodeReplacer
API
TransliterationRule.java
76
private
UnicodeReplacer
output;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeReplacer.java
16
* <code>
UnicodeReplacer
</code> defines a protocol for objects that
22
interface
UnicodeReplacer
{
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
FunctionReplacer.java
18
*
UnicodeReplacer
object. That is, this replacer wraps another
22
class FunctionReplacer implements
UnicodeReplacer
{
33
private
UnicodeReplacer
replacer;
41
UnicodeReplacer
theReplacer) {
47
*
UnicodeReplacer
API
66
*
UnicodeReplacer
API
RuleBasedTransliterator.java
395
* Map category variable (Character) to UnicodeMatcher or
UnicodeReplacer
.
423
* Return the
UnicodeReplacer
represented by the given character, or
426
public
UnicodeReplacer
lookupReplacer(int standIn) {
429
? (
UnicodeReplacer
) variables[i] : null;
StringReplacer.java
19
*
UnicodeReplacer
objects, making it possible to encode a tree of
25
class StringReplacer implements
UnicodeReplacer
{
54
*
UnicodeReplacer
objects.
67
* stand-in characters to
UnicodeReplacer
objects
86
* stand-in characters to
UnicodeReplacer
objects
97
//= public static
UnicodeReplacer
valueOf(String output,
102
//=
UnicodeReplacer
r = data.lookupReplacer(c);
111
*
UnicodeReplacer
API
190
UnicodeReplacer
r = data.lookupReplacer(c);
266
*
UnicodeReplacer
AP
[
all
...]
StringMatcher.java
15
*
UnicodeReplacer
API, allowing it to emit the matched text as
27
*
UnicodeReplacer
.
29
class StringMatcher implements UnicodeMatcher,
UnicodeReplacer
{
238
*
UnicodeReplacer
API
265
*
UnicodeReplacer
API
TransliterationRule.java
75
private
UnicodeReplacer
output;
/external/icu/icu4c/source/i18n/
funcrepl.h
30
*
UnicodeReplacer
object. That is, this replacer wraps another
35
class FunctionReplacer : public UnicodeFunctor, public
UnicodeReplacer
{
76
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
79
virtual
UnicodeReplacer
* toReplacer() const;
82
*
UnicodeReplacer
API
90
*
UnicodeReplacer
API
96
* Implement
UnicodeReplacer
rbt_data.h
28
class
UnicodeReplacer
;
137
* Given a stand-in character, return the
UnicodeReplacer
that it
141
* @return return the
UnicodeReplacer
that 'standIn' represents
143
UnicodeReplacer
* lookupReplacer(UChar32 standIn) const;
strrepl.h
31
*
UnicodeReplacer
objects, making it possible to encode a tree of
37
class StringReplacer : public UnicodeFunctor, public
UnicodeReplacer
{
68
*
UnicodeReplacer
objects.
83
* stand-in characters to
UnicodeReplacer
objects
96
* stand-in characters to
UnicodeReplacer
objects
117
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
120
virtual
UnicodeReplacer
* toReplacer() const;
123
*
UnicodeReplacer
API
131
*
UnicodeReplacer
API
137
* Implement
UnicodeReplacer
[
all
...]
funcrepl.cpp
45
UnicodeReplacer
(other)
67
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
70
UnicodeReplacer
* FunctionReplacer::toReplacer() const {
72
UnicodeReplacer
*nonconst_base = static_cast<
UnicodeReplacer
*>(nonconst_this);
78
*
UnicodeReplacer
API
97
*
UnicodeReplacer
API
112
* Implement
UnicodeReplacer
strmatch.h
30
*
UnicodeReplacer
API, allowing it to emit the matched text as
42
*
UnicodeReplacer
.
44
class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public
UnicodeReplacer
{
91
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
93
* @return the
UnicodeReplacer
pointer.
95
virtual
UnicodeReplacer
* toReplacer() const;
strrepl.cpp
25
UnicodeReplacer
::~
UnicodeReplacer
() {}
37
* stand-in characters to
UnicodeReplacer
objects
56
* stand-in characters to
UnicodeReplacer
objects
72
UnicodeReplacer
(other)
97
UnicodeReplacer
* StringReplacer::toReplacer() const {
102
*
UnicodeReplacer
API
164
UnicodeReplacer
* r = data->lookupReplacer(c);
240
*
UnicodeReplacer
API
263
UnicodeReplacer
* r = data->lookupReplacer(c)
[
all
...]
strmatch.cpp
43
UnicodeReplacer
(o),
77
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
80
UnicodeReplacer
* StringMatcher::toReplacer() const {
82
UnicodeReplacer
*nonconst_base = static_cast<
UnicodeReplacer
*>(nonconst_this);
218
*
UnicodeReplacer
API
244
*
UnicodeReplacer
API
rbt_data.cpp
110
UnicodeReplacer
*
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 242 milliseconds
1
2