Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dutf8.c6 static const struct { ut32 from, to; } nonprintable_ranges[] = { variable
191 …atic const int nonprintable_ranges_count = sizeof (nonprintable_ranges) / sizeof (nonprintable_ran…
605 if (c >= nonprintable_ranges[mid].from && c <= nonprintable_ranges[mid].to) { in r_isprint()
608 if (mid < last && c > nonprintable_ranges[mid].to) { in r_isprint()
611 if (mid < last && c < nonprintable_ranges[mid].from) { in r_isprint()