Searched refs:uc_hook (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/tools/test/iconv/gnu/
H A Dgnu.c41 static bool uc_hook = false; variable
227 uc_hook = true;
252 hooks.uc_hook = unicode_hook;
267 return (uc_hook ? 0 : 1);
283 hooks.uc_hook = NULL;
/freebsd-10-stable/include/
H A Diconv.h96 iconv_unicode_char_hook uc_hook; member in struct:iconv_hooks
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_none.c99 if ((hooks != NULL) && (hooks->uc_hook != NULL))
100 hooks->uc_hook((unsigned int)*idx, hooks->data);
H A Dcitrus_stdenc_template.h127 if ((ret == 0) && (hooks != NULL) && (hooks->uc_hook != NULL))
128 hooks->uc_hook((unsigned int)*idx, hooks->data);

Completed in 35 milliseconds