Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_internal.h1304 #define CHAR_U 'U' macro
1567 #define CHAR_U '\125' macro
Dpcre_compile.c1086 case CHAR_U: in check_escape()
7384 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()
/external/clang/bindings/python/clang/
Dcindex.py1340 if underlying_type.kind in (TypeKind.CHAR_U,
1632 TypeKind.CHAR_U = TypeKind(4)