Lines Matching refs:utf32nfdicf
1345 unsigned int *utf32nfdicf; member
1575 um = data->utf32nfdicf; in utf8_create()
1925 print_utf32(unicode_data[unichar].utf32nfdicf); in print_utf32nfdicf()
2220 unicode_data[unichar].utf32nfdicf = um; in nfdicf_init()
2262 free(unicode_data[unichar].utf32nfdicf); in ignore_init()
2265 unicode_data[unichar].utf32nfdicf = um; in ignore_init()
2283 free(unicode_data[unichar].utf32nfdicf); in ignore_init()
2286 unicode_data[unichar].utf32nfdicf = um; in ignore_init()
2466 assert(!unicode_data[unichar].utf32nfdicf); in hangul_decompose()
2469 unicode_data[unichar].utf32nfdicf = um; in hangul_decompose()
2531 if (!unicode_data[unichar].utf32nfdicf) { in nfdi_decompose()
2534 unicode_data[unichar].utf32nfdicf = um; in nfdi_decompose()
2559 if (!unicode_data[unichar].utf32nfdicf) in nfdicf_decompose()
2564 um = unicode_data[unichar].utf32nfdicf; in nfdicf_decompose()
2566 dc = unicode_data[*um].utf32nfdicf; in nfdicf_decompose()
2579 free(unicode_data[unichar].utf32nfdicf); in nfdicf_decompose()
2582 unicode_data[unichar].utf32nfdicf = um; in nfdicf_decompose()