Searched refs:utf_units (Results 1 – 1 of 1) sorted by relevance
3895 PCRE2_UCHAR utf_units[6]; /* For setting up multi-cu chars */ in compile_branch() local5211 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()