Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_internal.h841 #define STR_T "T" macro
1135 #define STR_T "\124" macro
1179 #define STRING_ACCEPT0 STR_A STR_C STR_C STR_E STR_P STR_T "\0"
1180 #define STRING_COMMIT0 STR_C STR_O STR_M STR_M STR_I STR_T "\0"
1186 #define STRING_THEN STR_T STR_H STR_E STR_N
1234 #define STRING_UTF8_RIGHTPAR STR_U STR_T STR_F STR_8 STR_RIGHT_PARENTHESIS
1235 #define STRING_UTF16_RIGHTPAR STR_U STR_T STR_F STR_1 STR_6 STR_RIGHT_PARENTHESIS
1236 #define STRING_UTF32_RIGHTPAR STR_U STR_T STR_F STR_3 STR_2 STR_RIGHT_PARENTHESIS
1237 #define STRING_UTF_RIGHTPAR STR_U STR_T STR_F STR_RIGHT_PARENTHESIS
1239 #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.c357 #define STRING_New_Tai_Lue0 STR_N STR_e STR_w STR_UNDERSCORE STR_T STR_a STR_i STR_UNDERSCORE STR_L…
373 #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"
411 #define STRING_Tagalog0 STR_T STR_a STR_g STR_a STR_l STR_o STR_g "\0"
412 #define STRING_Tagbanwa0 STR_T STR_a STR_g STR_b STR_a STR_n STR_w STR_a "\0"
413 #define STRING_Tai_Le0 STR_T STR_a STR_i STR_UNDERSCORE STR_L STR_e "\0"
414 #define STRING_Tai_Tham0 STR_T STR_a STR_i STR_UNDERSCORE STR_T STR_h STR_a STR_m "\0"
415 #define STRING_Tai_Viet0 STR_T STR_a STR_i STR_UNDERSCORE STR_V STR_i STR_e STR_t "\0"
416 #define STRING_Takri0 STR_T STR_a STR_k STR_r STR_i "\0"
417 #define STRING_Tamil0 STR_T STR_a STR_m STR_i STR_l "\0"
418 #define STRING_Tangut0 STR_T STR_a STR_n STR_g STR_u STR_t "\0"
[all …]
/external/pdfium/core/fxcrt/
Dfx_system.cpp55 template <typename T, typename UT, typename STR_T>
56 STR_T FXSYS_IntToStr(T value, STR_T str, int radix) { in FXSYS_IntToStr()