Searched refs:rlength (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 536 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/ |
D | pcre2_substitute.c | 219 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() argument 270 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute() 271 repend = replacement + rlength; in pcre2_substitute() 278 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar)); in pcre2_substitute()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
D | rcssmin.c | 1048 Py_ssize_t rlength, slength, length; in rcssmin_cssmin() local 1091 rlength = slength = PyString_GET_SIZE(style); in rcssmin_cssmin() 1094 if (!(result = PyString_FromStringAndSize(NULL, rlength))) { in rcssmin_cssmin() 1101 slength, rlength, keep_bang_comments); in rcssmin_cssmin() 1104 if (length > rlength) { in rcssmin_cssmin() 1106 rlength = length; in rcssmin_cssmin() 1115 if (length != rlength && _PyString_Resize(&result, length) == -1) in rcssmin_cssmin()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 351 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3086 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbufferP, 3091 replacement string, whose length is supplied in rlength. This can be
|