Lines Matching refs:utf32nfdi
1344 unsigned int *utf32nfdi; member
1567 um = data->utf32nfdi; in utf8_create()
1918 print_utf32(unicode_data[unichar].utf32nfdi); in print_utf32nfdi()
2164 unicode_data[unichar].utf32nfdi = um; in nfdi_init()
2258 free(unicode_data[unichar].utf32nfdi); in ignore_init()
2261 unicode_data[unichar].utf32nfdi = um; in ignore_init()
2279 free(unicode_data[unichar].utf32nfdi); in ignore_init()
2282 unicode_data[unichar].utf32nfdi = um; in ignore_init()
2364 corrections[count].utf32nfdi = um; in corrections_init()
2461 assert(!unicode_data[unichar].utf32nfdi); in hangul_decompose()
2464 unicode_data[unichar].utf32nfdi = um; in hangul_decompose()
2505 if (!unicode_data[unichar].utf32nfdi) in nfdi_decompose()
2510 um = unicode_data[unichar].utf32nfdi; in nfdi_decompose()
2512 dc = unicode_data[*um].utf32nfdi; in nfdi_decompose()
2525 free(unicode_data[unichar].utf32nfdi); in nfdi_decompose()
2528 unicode_data[unichar].utf32nfdi = um; in nfdi_decompose()