Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c140 #define UTF_LENGTH 0x10000000l /* The char contains its length. */ macro
5651 c |= UTF_LENGTH; /* Flag c as a length */ in compile_branch()
5753 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()
5778 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()
5808 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()