Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4494 unsigned int mclength; in compile_branch() local
5376 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
5381 mclength = 1; in compile_branch()
7879 mclength = PRIV(ord2utf)(c, mcbuffer); in compile_branch()
7885 mclength = 1; in compile_branch()
7897 mclength = 1; in compile_branch()
7902 ACROSSCHAR(TRUE, ptr[1], mcbuffer[mclength++] = *(++ptr)); in compile_branch()
7934 for (c = 0; c < mclength; c++) *code++ = mcbuffer[c]; in compile_branch()
7955 if (mclength == 1 || req_caseopt == 0) in compile_branch()
7961 if (mclength != 1) in compile_branch()
[all …]