HomeSort by relevance Sort by last modified time
    Searched defs:UnicodeReplacer (Results 1 - 7 of 7) sorted by null

  /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/
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...]
  /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...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 618 milliseconds