Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h833 #define STR_T "T" macro
1109 #define STR_T "\124" macro
1153 #define STRING_ACCEPT0 STR_A STR_C STR_C STR_E STR_P STR_T "\0"
1154 #define STRING_COMMIT0 STR_C STR_O STR_M STR_M STR_I STR_T "\0"
1160 #define STRING_THEN STR_T STR_H STR_E STR_N
1190 #define STRING_UTF8_RIGHTPAR STR_U STR_T STR_F STR_8 STR_RIGHT_PARENTHESIS
1191 #define STRING_UTF16_RIGHTPAR STR_U STR_T STR_F STR_1 STR_6 STR_RIGHT_PARENTHESIS
1192 #define STRING_UTF32_RIGHTPAR STR_U STR_T STR_F STR_3 STR_2 STR_RIGHT_PARENTHESIS
1193 #define STRING_UTF_RIGHTPAR STR_U STR_T STR_F STR_RIGHT_PARENTHESIS
1195 #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.c352 #define STRING_New_Tai_Lue0 STR_N STR_e STR_w STR_UNDERSCORE STR_T STR_a STR_i STR_UNDERSCORE STR_L…
367 #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"
405 #define STRING_Tagalog0 STR_T STR_a STR_g STR_a STR_l STR_o STR_g "\0"
406 #define STRING_Tagbanwa0 STR_T STR_a STR_g STR_b STR_a STR_n STR_w STR_a "\0"
407 #define STRING_Tai_Le0 STR_T STR_a STR_i STR_UNDERSCORE STR_L STR_e "\0"
408 #define STRING_Tai_Tham0 STR_T STR_a STR_i STR_UNDERSCORE STR_T STR_h STR_a STR_m "\0"
409 #define STRING_Tai_Viet0 STR_T STR_a STR_i STR_UNDERSCORE STR_V STR_i STR_e STR_t "\0"
410 #define STRING_Takri0 STR_T STR_a STR_k STR_r STR_i "\0"
411 #define STRING_Tamil0 STR_T STR_a STR_m STR_i STR_l "\0"
412 #define STRING_Tangut0 STR_T STR_a STR_n STR_g STR_u STR_t "\0"
[all …]
/external/pdfium/core/fxcrt/
Dfx_system.cpp49 template <typename T, typename UT, typename STR_T>
50 STR_T FXSYS_IntToStr(T value, STR_T str, int radix) { in FXSYS_IntToStr()