Lines Matching defs:limit
54 int32_t limit,
58 int32_t limit,
61 virtual void copy(int32_t start, int32_t limit, int32_t dest) override;
113 int32_t limit,
115 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
119 int32_t limit,
121 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
122 target.releaseBuffer(limit-start);
125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) {
126 (*func->copy)(rep, start, limit, dest);
403 int32_t* limit,
408 if (trans == 0 || rep == 0 || repFunc == 0 || limit == 0) {
415 *limit = ((Transliterator*) trans)->transliterate(r, start, *limit);
443 int32_t* limit,
448 if (trans == 0 || text == 0 || limit == 0) {
458 *limit = ((Transliterator*) trans)->transliterate(str, start, *limit);