Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dicu_wrappers.cpp33 static auto u_charType = reinterpret_cast<u_charType_t>(__find_icu_symbol("u_charType")); in __icu_charType() local
34 return u_charType ? u_charType(wc) : -1; in __icu_charType()
Dwctype.cpp68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType")); in iswcntrl() local
69 return u_charType ? (u_charType(wc) == U_CONTROL_CHAR) : iscntrl(wc); in iswcntrl()