OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeReplacer
(Results
1 - 16
of
16
) sorted by null
/external/icu4c/common/
unifunct.cpp
20
UnicodeReplacer
* UnicodeFunctor::toReplacer() const {
/external/icu4c/common/unicode/
unifunct.h
24
class
UnicodeReplacer
;
64
* Cast 'this' to a
UnicodeReplacer
* pointer and return the
65
* pointer, or null if this is not a
UnicodeReplacer
*. Subclasses
66
* that mix in
UnicodeReplacer
as a base class must override this.
68
* cannot be cast to a pointer to a
UnicodeReplacer
, since
69
*
UnicodeReplacer
is a mixin that does not derive from
73
virtual
UnicodeReplacer
* toReplacer() const;
urename.h
[
all
...]
/external/icu4c/i18n/unicode/
unirepl.h
17
* \brief C++ API:
UnicodeReplacer
27
* <code>
UnicodeReplacer
</code> defines a protocol for objects that
36
class U_I18N_API
UnicodeReplacer
/* not : public UObject because this is an interface/mixin class */ {
44
virtual ~
UnicodeReplacer
();
/external/icu4c/i18n/
funcrepl.h
28
*
UnicodeReplacer
object. That is, this replacer wraps another
33
class FunctionReplacer : public UnicodeFunctor, public
UnicodeReplacer
{
74
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
77
virtual
UnicodeReplacer
* toReplacer() const;
80
*
UnicodeReplacer
API
88
*
UnicodeReplacer
API
94
* Implement
UnicodeReplacer
rbt_data.h
26
class
UnicodeReplacer
;
135
* Given a stand-in character, return the
UnicodeReplacer
that it
139
* @return return the
UnicodeReplacer
that 'standIn' represents
141
UnicodeReplacer
* lookupReplacer(UChar32 standIn) const;
strrepl.h
29
*
UnicodeReplacer
objects, making it possible to encode a tree of
35
class StringReplacer : public UnicodeFunctor, public
UnicodeReplacer
{
66
*
UnicodeReplacer
objects.
81
* stand-in characters to
UnicodeReplacer
objects
94
* stand-in characters to
UnicodeReplacer
objects
115
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
118
virtual
UnicodeReplacer
* toReplacer() const;
121
*
UnicodeReplacer
API
129
*
UnicodeReplacer
API
135
* Implement
UnicodeReplacer
[
all
...]
funcrepl.cpp
43
UnicodeReplacer
(other)
65
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
68
UnicodeReplacer
* FunctionReplacer::toReplacer() const {
69
return (
UnicodeReplacer
*) this;
73
*
UnicodeReplacer
API
92
*
UnicodeReplacer
API
107
* Implement
UnicodeReplacer
strmatch.h
28
*
UnicodeReplacer
API, allowing it to emit the matched text as
40
*
UnicodeReplacer
.
42
class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public
UnicodeReplacer
{
89
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
91
* @return the
UnicodeReplacer
pointer.
93
virtual
UnicodeReplacer
* toReplacer() const;
strrepl.cpp
24
UnicodeReplacer
::~
UnicodeReplacer
() {}
36
* stand-in characters to
UnicodeReplacer
objects
55
* stand-in characters to
UnicodeReplacer
objects
71
UnicodeReplacer
(other)
96
UnicodeReplacer
* StringReplacer::toReplacer() const {
97
return (
UnicodeReplacer
*) this;
101
*
UnicodeReplacer
API
163
UnicodeReplacer
* r = data->lookupReplacer(c);
239
*
UnicodeReplacer
AP
[
all
...]
rbt_data.cpp
108
UnicodeReplacer
*
strmatch.cpp
42
UnicodeReplacer
(o),
73
* UnicodeFunctor API. Cast 'this' to a
UnicodeReplacer
* pointer
76
UnicodeReplacer
* StringMatcher::toReplacer() const {
77
return (
UnicodeReplacer
*) this;
211
*
UnicodeReplacer
API
237
*
UnicodeReplacer
API
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
Completed in 301 milliseconds