Lines Matching defs:text
15148 // Routines to print masks and text for debugging bitmask operations
15149 simdutf_unused static char * format_input_text_64(const uint8_t *text) {
15152 buf[i] = int8_t(text[i]) < ' ' ? '_' : int8_t(text[i]);
15158 // Routines to print masks and text for debugging bitmask operations
24559 // Routines to print masks and text for debugging bitmask operations
24560 simdutf_unused static char * format_input_text_64(const uint8_t *text) {
24563 buf[i] = int8_t(text[i]) < ' ' ? '_' : int8_t(text[i]);
24569 // Routines to print masks and text for debugging bitmask operations
26931 // Routines to print masks and text for debugging bitmask operations
26932 simdutf_unused static char * format_input_text_64(const uint8_t *text) {
26935 buf[i] = int8_t(text[i]) < ' ' ? '_' : int8_t(text[i]);
26941 // Routines to print masks and text for debugging bitmask operations
30938 // Routines to print masks and text for debugging bitmask operations
30939 simdutf_unused static char * format_input_text_64(const uint8_t *text) {
30942 buf[i] = int8_t(text[i]) < ' ' ? '_' : int8_t(text[i]);
30948 // Routines to print masks and text for debugging bitmask operations