Searched refs:u_charType (Results 1 – 3 of 3) 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()
80 || u_charType(c) == U_UNASSIGNED) in getDirectionalities()91 || u_charType(c) == U_UNASSIGNED) in getDirectionalities()