Searched refs:FnT (Results 1 – 1 of 1) sorted by relevance
67 typedef int8_t (*FnT)(UChar32); in iswcntrl() typedef68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType")); in iswcntrl()73 typedef UBool (*FnT)(UChar32); in iswdigit() typedef74 static auto u_isdigit = reinterpret_cast<FnT>(__find_icu_symbol("u_isdigit")); in iswdigit()79 typedef UBool (*FnT)(UChar32); in iswpunct() typedef80 static auto u_ispunct = reinterpret_cast<FnT>(__find_icu_symbol("u_ispunct")); in iswpunct()125 typedef UChar32 (*FnT)(UChar32); in towlower() typedef126 static auto u_tolower = reinterpret_cast<FnT>(__find_icu_symbol("u_tolower")); in towlower()138 typedef UChar32 (*FnT)(UChar32); in towupper() typedef139 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper")); in towupper()