Searched refs:CU2BYTES (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_substring.c | 130 CU2BYTES(size)); in pcre2_substring_copy_bynumber() 222 CU2BYTES(size)); in pcre2_substring_get_bynumber() 393 size += sizeof(PCRE2_UCHAR *) + CU2BYTES(1); in pcre2_substring_list_get() 394 if (ovector[i+1] > ovector[i]) size += CU2BYTES(ovector[i+1] - ovector[i]); in pcre2_substring_list_get() 417 memcpy(sp, match_data->subject + ovector[i], CU2BYTES(size)); in pcre2_substring_list_get()
|
D | pcre2_compile.c | 3134 memcpy(code, cbuff, CU2BYTES(x)); in process_verb_name() 4025 memmove(orig_code, previous, (size_t)CU2BYTES(code - previous)); in compile_branch() 5027 CU2BYTES(class_uchardata - code)); in compile_branch() 5171 memmove(previous + 1 + LINK_SIZE, previous, CU2BYTES(1 + LINK_SIZE)); in compile_branch() 5211 memcpy(utf_units, lastchar, CU2BYTES(c)); /* Save the char */ in compile_branch() 5324 memcpy(code, utf_units, CU2BYTES(c & 7)); in compile_branch() 5361 memcpy(code, utf_units, CU2BYTES(c & 7)); in compile_branch() 5471 memmove(previous + 1, previous, CU2BYTES(len)); in compile_branch() 5492 memmove(previous + 2 + LINK_SIZE, previous, CU2BYTES(len)); in compile_branch() 5547 memcpy(code, previous, CU2BYTES(len)); in compile_branch() [all …]
|
D | pcre2_intmodedep.h | 57 #undef CU2BYTES 540 #define CU2BYTES(x) ((x)*((PCRE2_CODE_UNIT_WIDTH/8))) macro
|
D | pcre2_substitute.c | 207 memcpy(buffer + buff_offset, from, CU2BYTES(length)); \
|
D | pcre2_match.c | 3534 memcmp(eptr, charptr, CU2BYTES(length)) == 0) eptr += length; in match() 3537 memcmp(eptr, occhars, CU2BYTES(oclength)) == 0) eptr += oclength; in match() 3555 memcmp(eptr, charptr, CU2BYTES(length)) == 0) eptr += length; in match() 3558 memcmp(eptr, occhars, CU2BYTES(oclength)) == 0) eptr += oclength; in match() 3574 memcmp(eptr, charptr, CU2BYTES(length)) == 0) eptr += length; in match() 3577 memcmp(eptr, occhars, CU2BYTES(oclength)) == 0) eptr += oclength; in match()
|