Lines Matching refs:ReplaceableGlue
41 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()
118 void ReplaceableGlue::extractBetween(int32_t start, in extractBetween()
125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy()
413 ReplaceableGlue r(rep, repFunc); in utrans_trans()
432 ReplaceableGlue r(rep, repFunc); in utrans_transIncremental()