OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CU2BYTES
(Results
1 - 5
of
5
) sorted by null
/external/pcre/dist2/src/
pcre2_substring.c
130
CU2BYTES
(size));
222
CU2BYTES
(size));
393
size += sizeof(PCRE2_UCHAR *) +
CU2BYTES
(1);
394
if (ovector[i+1] > ovector[i]) size +=
CU2BYTES
(ovector[i+1] - ovector[i]);
417
memcpy(sp, match_data->subject + ovector[i],
CU2BYTES
(size));
pcre2_compile.c
[
all
...]
pcre2_intmodedep.h
57
#undef
CU2BYTES
540
#define
CU2BYTES
(x) ((x)*((PCRE2_CODE_UNIT_WIDTH/8)))
[
all
...]
pcre2_substitute.c
207
memcpy(buffer + buff_offset, from,
CU2BYTES
(length)); \
pcre2_match.c
[
all
...]
Completed in 287 milliseconds