Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_tables.c422 #define STRING_Xan0 STR_X STR_a STR_n "\0"
423 #define STRING_Xps0 STR_X STR_p STR_s "\0"
424 #define STRING_Xsp0 STR_X STR_s STR_p "\0"
425 #define STRING_Xuc0 STR_X STR_u STR_c "\0"
426 #define STRING_Xwd0 STR_X STR_w STR_d "\0"
Dpcre2_internal.h837 #define STR_X "X" macro
1113 #define STR_X "\130" macro
/external/webrtc/webrtc/libjingle/xmpp/
Dconstants.h64 extern const char STR_X[];
Dconstants.cc69 const char STR_X[] = "x"; variable