Searched refs:UnicodeReplacer (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunifunct.cpp20 UnicodeReplacer* UnicodeFunctor::toReplacer() const {
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunifunct.h24 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;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dunirepl.h17 * \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 */ { class
44 virtual ~UnicodeReplacer();
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_data.h26 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;
H A Dfuncrepl.h28 * 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
H A Dstrrepl.h29 * 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...]
H A Dfuncrepl.cpp43 UnicodeReplacer(other)
65 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
68 UnicodeReplacer* FunctionReplacer::toReplacer() const {
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
76 * UnicodeReplacer API
95 * UnicodeReplacer API
110 * Implement UnicodeReplacer
H A Dstrmatch.h28 * 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;
H A Dstrrepl.cpp23 UnicodeReplacer::~UnicodeReplacer() {}
35 * stand-in characters to UnicodeReplacer objects
54 * stand-in characters to UnicodeReplacer objects
70 UnicodeReplacer(other)
95 UnicodeReplacer* StringReplacer::toReplacer() const {
100 * UnicodeReplacer API
162 UnicodeReplacer* r = data->lookupReplacer(c);
238 * UnicodeReplacer API
261 UnicodeReplacer*
[all...]
H A Dstrmatch.cpp41 UnicodeReplacer(o),
75 * UnicodeFunctor API. Cast 'this' to a UnicodeReplacer* pointer
78 UnicodeReplacer* StringMatcher::toReplacer() const {
80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
216 * UnicodeReplacer API
242 * UnicodeReplacer API
H A Drbt_data.cpp108 UnicodeReplacer*
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h2210 #define UnicodeReplacer U_ICU_ENTRY_POINT_RENAME(UnicodeReplacer) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Durename.h2210 #define UnicodeReplacer U_ICU_ENTRY_POINT_RENAME(UnicodeReplacer) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h2210 #define UnicodeReplacer U_ICU_ENTRY_POINT_RENAME(UnicodeReplacer) macro

Completed in 318 milliseconds