Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string_composition.h1357 static const struct unicode_decomposition_table u_decomposition_table[] = { variable
H A Darchive_string.c3213 b = sizeof(u_decomposition_table)/sizeof(u_decomposition_table[0]) -1; in get_nfd()
3216 if (u_decomposition_table[m].nfc < uc) in get_nfd()
3218 else if (u_decomposition_table[m].nfc > uc) in get_nfd()
3221 *cp1 = u_decomposition_table[m].cp1; in get_nfd()
3222 *cp2 = u_decomposition_table[m].cp2; in get_nfd()