Home
last modified time | relevance | path

Searched refs:FnT (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dwctype.cpp67 typedef int8_t (*FnT)(UChar32); in iswcntrl() typedef
68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType")); in iswcntrl()
73 typedef UBool (*FnT)(UChar32); in iswdigit() typedef
74 static auto u_isdigit = reinterpret_cast<FnT>(__find_icu_symbol("u_isdigit")); in iswdigit()
79 typedef UBool (*FnT)(UChar32); in iswpunct() typedef
80 static auto u_ispunct = reinterpret_cast<FnT>(__find_icu_symbol("u_ispunct")); in iswpunct()
125 typedef UChar32 (*FnT)(UChar32); in towlower() typedef
126 static auto u_tolower = reinterpret_cast<FnT>(__find_icu_symbol("u_tolower")); in towlower()
138 typedef UChar32 (*FnT)(UChar32); in towupper() typedef
139 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper")); in towupper()