Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A 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()
H A 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()
/aosp12/frameworks/base/core/jni/
H A Dandroid_text_AndroidCharacter.cpp80 || u_charType(c) == U_UNASSIGNED) in getDirectionalities()
91 || u_charType(c) == U_UNASSIGNED) in getDirectionalities()