Searched refs:rlength (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 537 int32_t rlength = 0; in minLengthInChars() local 540 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 542 if (rlength <= 0) { in minLengthInChars() 551 if (shortestLength > slength + rlength) { in minLengthInChars() 552 shortestLength = slength + rlength; in minLengthInChars() 567 int32_t rlength = 0; in minLengthInChars() local 573 rlength = minLengthInChars(ceList, roffset, history); in minLengthInChars() 576 if (rlength < 0) { in minLengthInChars() 580 shortestLength = 1 + rlength; in minLengthInChars() 584 int32_t rlength = 0; in minLengthInChars() local [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_substitute.c | 222 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength, in pcre2_substitute() argument 318 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement); in pcre2_substitute() 319 repend = replacement + rlength; in pcre2_substitute() 326 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->startchar)); in pcre2_substitute() 476 CHECKMEMCPY(ptr, rlength); 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 | 355 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3256 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3261 with the replacement string, whose length is supplied in rlength. This
|