Lines Matching refs:rep
40 UReplaceable *rep; member in ReplaceableGlue
91 this->rep = replaceable; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
98 return (*func->length)(rep); in getLength()
102 return (*func->charAt)(rep, offset); in getCharAt()
106 return (*func->char32At)(rep, offset); in getChar32At()
112 (*func->replace)(rep, start, limit, text.getBuffer(), text.length()); in handleReplaceBetween()
118 (*func->extract)(rep, start, limit, target.getBuffer(limit-start)); in extractBetween()
123 (*func->copy)(rep, start, limit, dest); in copy()
397 UReplaceable* rep, in utrans_trans() argument
405 if (trans == 0 || rep == 0 || repFunc == 0 || limit == 0) { in utrans_trans()
410 ReplaceableGlue r(rep, repFunc); in utrans_trans()
417 UReplaceable* rep, in utrans_transIncremental() argument
424 if (trans == 0 || rep == 0 || repFunc == 0 || pos == 0) { in utrans_transIncremental()
429 ReplaceableGlue r(rep, repFunc); in utrans_transIncremental()