Searched refs:mcbuffer (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_compile.c4567 pcre_uchar mcbuffer[8]; local
5466 /* For a single, positive character, get the value into mcbuffer, and
5471 mclength = PRIV(ord2utf)(c, mcbuffer);
5475 mcbuffer[0] = c;
8086 mclength = PRIV(ord2utf)(c, mcbuffer);
8091 mcbuffer[0] = c;
8105 mcbuffer[0] = c;
8109 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr));
8112 /* At this point we have the character's bytes in mcbuffer, and the length
8126 GETCHAR(c, mcbuffer);
[all...]

Completed in 502 milliseconds