Searched refs:PT_BOOL (Results 1 - 9 of 9) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_ucptables.c | 1035 { 16, PT_BOOL, ucp_ASCII_Hex_Digit }, 1037 { 26, PT_BOOL, ucp_Alphabetic }, 1038 { 32, PT_BOOL, ucp_Alphabetic }, 1046 { 99, PT_BOOL, ucp_ASCII }, 1047 { 105, PT_BOOL, ucp_ASCII_Hex_Digit }, 1066 { 237, PT_BOOL, ucp_Bidi_Control }, 1067 { 243, PT_BOOL, ucp_Bidi_Control }, 1077 { 321, PT_BOOL, ucp_Bidi_Mirrored }, 1078 { 327, PT_BOOL, ucp_Bidi_Mirrored }, 1105 { 521, PT_BOOL, ucp_Case [all...] |
H A D | pcre2_xclass.c | 222 case PT_BOOL: in xclass()
|
H A D | pcre2_dfa_match.c | 1252 case PT_BOOL: in internal_dfa_match() 1524 case PT_BOOL: in internal_dfa_match() 1779 case PT_BOOL: in internal_dfa_match() 2060 case PT_BOOL: in internal_dfa_match()
|
H A D | pcre2_auto_possess.c | 140 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } /* PT_BOOL */ 269 case PT_BOOL: in check_char_prop()
|
H A D | pcre2_match.c | 2535 case PT_BOOL: in match() 2879 case PT_BOOL: in match() 3696 case PT_BOOL: in match() 4266 case PT_BOOL: in match()
|
H A D | pcre2_jit_compile.c | 7628 case PT_BOOL: in compile_xclass_matchingpath() 7806 if (*cc == PT_BOOL) in compile_xclass_matchingpath() 8053 case PT_BOOL: in compile_xclass_matchingpath()
|
H A D | pcre2test.c | 8610 if (t->type != PT_BOOL) continue; in display_properties()
|
/third_party/libinput/src/ |
H A D | quirks.c | 58 PT_BOOL, enumerator 672 p->type = PT_BOOL; in parse_model() 793 p->type = PT_BOOL; in parse_attr() 800 p->type = PT_BOOL; in parse_attr() 1688 assert(p->type == PT_BOOL); in quirks_get_bool()
|
/third_party/pcre2/pcre2/maint/ |
H A D | ucptest.c | 511 printf("%s%s", sep, get_propname(i, PT_BOOL)); in print_prop() 627 if (u->type == PT_BOOL && strcmp(CS(value + offset), in find_chars() 956 if (PRIV(utt)[i].type == PT_BOOL) in process_command_line()
|
Completed in 55 milliseconds