Lines Matching refs:ReplaceableGlue
39 class ReplaceableGlue : public Replaceable { class
46 ReplaceableGlue(UReplaceable *replaceable,
49 virtual ~ReplaceableGlue();
86 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ReplaceableGlue) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
88 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
96 ReplaceableGlue::~ReplaceableGlue() {} in ~ReplaceableGlue()
98 int32_t ReplaceableGlue::getLength() const { in getLength()
102 UChar ReplaceableGlue::getCharAt(int32_t offset) const { in getCharAt()
106 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const { in getChar32At()
110 void ReplaceableGlue::handleReplaceBetween(int32_t start, in handleReplaceBetween()
116 void ReplaceableGlue::extractBetween(int32_t start, in extractBetween()
123 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy()
411 ReplaceableGlue r(rep, repFunc); in utrans_trans()
430 ReplaceableGlue r(rep, repFunc); in utrans_transIncremental()