Home
last modified time | relevance | path

Searched refs:rlength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp536 int32_t rlength = 0; in minLengthInChars() local
539 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
541 if (rlength <= 0) { in minLengthInChars()
550 if (shortestLength > slength + rlength) { in minLengthInChars()
551 shortestLength = slength + rlength; in minLengthInChars()
566 int32_t rlength = 0; in minLengthInChars() local
572 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars()
575 if (rlength < 0) { in minLengthInChars()
579 shortestLength = 1 + rlength; in minLengthInChars()
583 int32_t rlength = 0; in minLengthInChars() local
[all …]
/external/pcre/dist2/src/
Dpcre2_substitute.c217 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() argument
266 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute()
267 repend = replacement + rlength; in pcre2_substitute()
274 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); in pcre2_substitute()
/external/pcre/dist2/doc/
Dpcre2.txt339 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer,
2706 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbufferP,
2711 replacement string, whose length is supplied in rlength. This can be