Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_composition.h48 static const struct unicode_composition_table u_composition_table[] = { variable
H A Darchive_string.c2849 b = sizeof(u_composition_table)/sizeof(u_composition_table[0]) -1; in get_nfc()
2852 if (u_composition_table[m].cp1 < uc) in get_nfc()
2854 else if (u_composition_table[m].cp1 > uc) in get_nfc()
2856 else if (u_composition_table[m].cp2 < uc2) in get_nfc()
2858 else if (u_composition_table[m].cp2 > uc2) in get_nfc()
2861 return (u_composition_table[m].nfc); in get_nfc()