Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_composition.h1355 static const struct unicode_decomposition_table u_decomposition_table[] = { variable
H A Darchive_string.c3245 b = sizeof(u_decomposition_table)/sizeof(u_decomposition_table[0]) -1; in get_nfd()
3248 if (u_decomposition_table[m].nfc < uc) in get_nfd()
3250 else if (u_decomposition_table[m].nfc > uc) in get_nfd()
3253 *cp1 = u_decomposition_table[m].cp1; in get_nfd()
3254 *cp2 = u_decomposition_table[m].cp2; in get_nfd()