Home | History | Annotate | Download | only in i18n

Lines Matching defs:rep

17 #include "unicode/rep.h"
40 UReplaceable *rep;
91 this->rep = replaceable;
98 return (*func->length)(rep);
102 return (*func->charAt)(rep, offset);
106 return (*func->char32At)(rep, offset);
112 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
118 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
123 (*func->copy)(rep, start, limit, dest);
397 UReplaceable* rep,
405 if (trans == 0 || rep == 0 || repFunc == 0 || limit == 0) {
410 ReplaceableGlue r(rep, repFunc);
417 UReplaceable* rep,
424 if (trans == 0 || rep == 0 || repFunc == 0 || pos == 0) {
429 ReplaceableGlue r(rep, repFunc);