Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h848 #define STR_T "T" macro
1121 #define STR_T "\124" macro
1165 #define STRING_ACCEPT0 STR_A STR_C STR_C STR_E STR_P STR_T "\0"
1166 #define STRING_COMMIT0 STR_C STR_O STR_M STR_M STR_I STR_T "\0"
1172 #define STRING_THEN STR_T STR_H STR_E STR_N
1201 #define STRING_UTF8_RIGHTPAR STR_U STR_T STR_F STR_8 STR_RIGHT_PARENTHESIS
1202 #define STRING_UTF16_RIGHTPAR STR_U STR_T STR_F STR_1 STR_6 STR_RIGHT_PARENTHESIS
1203 #define STRING_UTF32_RIGHTPAR STR_U STR_T STR_F STR_3 STR_2 STR_RIGHT_PARENTHESIS
1204 #define STRING_UTF_RIGHTPAR STR_U STR_T STR_F STR_RIGHT_PARENTHESIS
1206 #define STRING_NO_AUTO_POSSESS_RIGHTPAR STR_N STR_O STR_UNDERSCORE STR_A STR_U STR_T STR_O STR_UN…
[all …]
Dpcre2_tables.c332 #define STRING_New_Tai_Lue0 STR_N STR_e STR_w STR_UNDERSCORE STR_T STR_a STR_i STR_UNDERSCORE STR_L…
344 #define STRING_Old_Turkic0 STR_O STR_l STR_d STR_UNDERSCORE STR_T STR_u STR_r STR_k STR_i STR_c "\0"
379 #define STRING_Tagalog0 STR_T STR_a STR_g STR_a STR_l STR_o STR_g "\0"
380 #define STRING_Tagbanwa0 STR_T STR_a STR_g STR_b STR_a STR_n STR_w STR_a "\0"
381 #define STRING_Tai_Le0 STR_T STR_a STR_i STR_UNDERSCORE STR_L STR_e "\0"
382 #define STRING_Tai_Tham0 STR_T STR_a STR_i STR_UNDERSCORE STR_T STR_h STR_a STR_m "\0"
383 #define STRING_Tai_Viet0 STR_T STR_a STR_i STR_UNDERSCORE STR_V STR_i STR_e STR_t "\0"
384 #define STRING_Takri0 STR_T STR_a STR_k STR_r STR_i "\0"
385 #define STRING_Tamil0 STR_T STR_a STR_m STR_i STR_l "\0"
386 #define STRING_Telugu0 STR_T STR_e STR_l STR_u STR_g STR_u "\0"
[all …]
/external/pdfium/core/fxcrt/
Dfx_basic_gcc.cpp48 template <typename T, typename UT, typename STR_T>
49 STR_T FXSYS_IntToStr(T value, STR_T str, int radix) { in FXSYS_IntToStr()