Home | History | Annotate | Download | only in i18n

Lines Matching refs:ReplaceableGlue

38 class ReplaceableGlue : public Replaceable {
45 ReplaceableGlue(UReplaceable *replaceable,
48 virtual ~ReplaceableGlue();
85 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(ReplaceableGlue)
87 ReplaceableGlue::ReplaceableGlue(UReplaceable *replaceable,
95 ReplaceableGlue::~ReplaceableGlue() {}
97 int32_t ReplaceableGlue::getLength() const {
101 UChar ReplaceableGlue::getCharAt(int32_t offset) const {
105 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const {
109 void ReplaceableGlue::handleReplaceBetween(int32_t start,
115 void ReplaceableGlue::extractBetween(int32_t start,
122 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) {
410 ReplaceableGlue r(rep, repFunc);
429 ReplaceableGlue r(rep, repFunc);