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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 61 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
62 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len;
84 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
159 if (pstr->mbs_allocated)
183 pstr->mbs_allocated = (trans != NULL || icase);
597 if (!pstr->mbs_allocated)
681 if (BE (pstr->mbs_allocated, 0))
781 if (pstr->mbs_allocated)
799 if (!BE (pstr->mbs_allocated, 0))
821 if (BE (pstr->mbs_allocated, 0)
    [all...]
regex_internal.h 411 unsigned char mbs_allocated; member in struct:re_string_t

Completed in 52 milliseconds