Searched refs:rlength (Results 1 – 5 of 5) sorted by relevance
/third_party/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 …]
|
/third_party/glib/glib/gnulib/ |
D | printf.c | 89 size_t length, rlength; in _g_gnulib_vfprintf() local 95 rlength = fwrite (result, 1, length, file); in _g_gnulib_vfprintf() 98 return rlength; in _g_gnulib_vfprintf()
|
/third_party/glib/tests/ |
D | iochannel-test.c | 61 gint rlength = 0; in main() local 116 rlength += buffer->len; in main() 160 g_print ("read %d bytes, wrote %ld bytes\n", rlength, wlength); in main()
|
/third_party/pcre2/pcre2/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()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 360 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3278 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3283 with the replacement string, whose length is supplied in rlength. This
|