Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c124 case CHAR_U: in find_text_end()
716 case CHAR_U: in pcre2_substitute()
Dpcre2_internal.h746 #define CHAR_U 'U' macro
1015 #define CHAR_U '\125' macro
Dpcre2_compile.c1920 case CHAR_U: in PRIV()
3515 case CHAR_U: in scan_for_captures()
6941 case CHAR_U: *optset |= PCRE2_UNGREEDY; break; in compile_branch()
/external/clang/bindings/python/clang/
Dcindex.py1416 if underlying_type.kind in (TypeKind.CHAR_U,
1708 TypeKind.CHAR_U = TypeKind(4)