Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c140 #define UTF_LENGTH 0x10000000l /* The char contains its length. */ macro
5753 c |= UTF_LENGTH; /* Flag c as a length */ in compile_branch()
5855 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()
5880 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()
5910 if (utf && (c & UTF_LENGTH) != 0) in compile_branch()

Completed in 19 milliseconds