HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeReplacer (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
unifunct.cpp 20 UnicodeReplacer* UnicodeFunctor::toReplacer() const {
  /external/icu/icu4c/source/common/
unifunct.cpp 20 UnicodeReplacer* UnicodeFunctor::toReplacer() const {
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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;
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 {
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
76 * UnicodeReplacer API
95 * UnicodeReplacer API
110 * 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 23 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* r = data->lookupReplacer(c)
    [all...]
strmatch.cpp 41 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
rbt_data.cpp 108 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 394 milliseconds

1 2