Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h1307 #define CHAR_U 'U' macro
1570 #define CHAR_U '\125' macro
Dpcre_compile.c1096 case CHAR_U: in check_escape()
7574 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
/external/clang/bindings/python/clang/
Dcindex.py1370 if underlying_type.kind in (TypeKind.CHAR_U,
1662 TypeKind.CHAR_U = TypeKind(4)