Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_tables.c369 #define STRING_Xan0 STR_X STR_a STR_n "\0"
370 #define STRING_Xps0 STR_X STR_p STR_s "\0"
371 #define STRING_Xsp0 STR_X STR_s STR_p "\0"
372 #define STRING_Xuc0 STR_X STR_u STR_c "\0"
373 #define STRING_Xwd0 STR_X STR_w STR_d "\0"
Dpcre_internal.h1410 #define STR_X "X" macro
1676 #define STR_X "\130" macro
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dconstants.h81 extern const char STR_X[];
Dconstants.cc87 const char STR_X[] = "x"; variable