Searched refs:u_composition_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2817 b = sizeof(u_composition_table)/sizeof(u_composition_table[0]) -1;
2820 if (u_composition_table[m].cp1 < uc)
2822 else if (u_composition_table[m].cp1 > uc)
2824 else if (u_composition_table[m].cp2 < uc2)
2826 else if (u_composition_table[m].cp2 > uc2)
2829 return (u_composition_table[m].nfc);
H A Darchive_string_composition.h50 static const struct unicode_composition_table u_composition_table[] = { variable in typeref:struct:unicode_composition_table

Completed in 106 milliseconds