Home
last modified time | relevance | path

Searched refs:utf_units (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_compile.c3895 PCRE2_UCHAR utf_units[6]; /* For setting up multi-cu chars */ in compile_branch() local
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()