Searched refs:btowc_fct (Results 1 – 1 of 1) sorted by relevance
47 __gconv_btowc_fct btowc_fct = fcts->towc->__btowc_fct; in __btowc() local50 PTR_DEMANGLE (btowc_fct); in __btowc()54 && __builtin_expect (btowc_fct != NULL, 1)) in __btowc()57 return DL_CALL_FCT (btowc_fct, (fcts->towc, (unsigned char) c)); in __btowc()
Completed in 3 milliseconds