Lines Matching refs:limit
52 int32_t limit,
56 int32_t limit,
59 virtual void copy(int32_t start, int32_t limit, int32_t dest);
111 int32_t limit,
113 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
117 int32_t limit,
119 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
120 target.releaseBuffer(limit-start);
123 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) {
124 (*func->copy)(rep, start, limit, dest);
401 int32_t* limit,
406 if (trans == 0 || rep == 0 || repFunc == 0 || limit == 0) {
413 *limit = ((Transliterator*) trans)->transliterate(r, start, *limit);
441 int32_t* limit,
446 if (trans == 0 || text == 0 || limit == 0) {
456 *limit = ((Transliterator*) trans)->transliterate(str, start, *limit);