Home
last modified time | relevance | path

Searched refs:ReplaceableGlue (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutrans.cpp41 class ReplaceableGlue : public Replaceable { class
48 ReplaceableGlue(UReplaceable *replaceable,
51 virtual ~ReplaceableGlue();
88 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ReplaceableGlue) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
90 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
98 ReplaceableGlue::~ReplaceableGlue() {} in ~ReplaceableGlue()
100 int32_t ReplaceableGlue::getLength() const { in getLength()
104 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt()
108 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { in getChar32At()
112 void ReplaceableGlue::handleReplaceBetween(int32_t start, in handleReplaceBetween()
[all …]