Searched refs:u_charType (Results 1 – 2 of 2) sorted by relevance
33 static auto u_charType = reinterpret_cast<u_charType_t>(__find_icu_symbol("u_charType")); in __icu_charType() local34 return u_charType ? u_charType(wc) : -1; in __icu_charType()
68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType")); in iswcntrl() local69 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc); in iswcntrl()