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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 62 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
63 pstr->valid_raw_len = pstr->valid_len;
98 if (pstr->bufs_len > pstr->valid_len + dfa->mb_cur_max)
121 pstr->valid_len = pstr->bufs_len;
201 Note that this function assumes PSTR->VALID_LEN elements are already
202 built and starts from PSTR->VALID_LEN. */
218 /* Build the buffers from pstr->valid_len to either pstr->len or
221 for (byte_idx = pstr->valid_len; byte_idx < end_idx;)
265 pstr->valid_len = byte_idx;
286 byte_idx = pstr->valid_len;
    [all...]
regex_internal.h 381 Idx valid_len; member in struct:re_string_t
390 /* This is RAW_LEN - RAW_MBS_IDX + VALID_LEN - VALID_RAW_LEN. */
449 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
451 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
815 for (byte_idx = 1; idx + byte_idx < pstr->valid_len; ++byte_idx)
regexec.c 940 (pmatch[reg_idx].rm_so == mctx.input.valid_len
944 (pmatch[reg_idx].rm_eo == mctx.input.valid_len
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
entry_impl_v3.cc 143 int valid_len = Size() - offset; local
144 int copy_len = std::min(valid_len, len);
    [all...]
entry_impl.cc 194 int valid_len = Size() - offset; local
195 int copy_len = std::min(valid_len, len);
    [all...]

Completed in 258 milliseconds