HomeSort by relevance Sort by last modified time
    Searched refs:rlength (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
colldata.cpp 536 int32_t rlength = 0; local
539 rlength = minLengthInChars(ceList, roffset, history);
541 if (rlength <= 0) {
550 if (shortestLength > slength + rlength) {
551 shortestLength = slength + rlength;
566 int32_t rlength = 0; local
572 rlength = minLengthInChars(ceList, roffset, history);
575 if (rlength < 0) {
579 shortestLength = 1 + rlength;
583 int32_t rlength = 0 local
    [all...]
  /external/pcre/dist2/src/
pcre2_substitute.c 181 rlength length of replacement string
217 pcre2_match_context *mcontext, PCRE2_SPTR replacement, PCRE2_SIZE rlength,
266 if (rlength == PCRE2_ZERO_TERMINATED) rlength = PRIV(strlen)(replacement);
267 repend = replacement + rlength;
274 rc = PRIV(valid_utf)(replacement, rlength, &(match_data->rightchar));
  /frameworks/rs/driver/runtime/
rs_cl.c 1208 float rlength = half_rsqrt(v.x*v.x + v.y*v.y); local
1212 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z); local
1216 float rlength = half_rsqrt(v.x*v.x + v.y*v.y + v.z*v.z + v.w*v.w); local
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 649 milliseconds