Home
last modified time | relevance | path

Searched refs:__find_icu_symbol (Results 1 – 7 of 7) 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()
40 reinterpret_cast<u_getIntPropertyValue_t>(__find_icu_symbol("u_getIntPropertyValue")); in __icu_getIntPropertyValue()
47 reinterpret_cast<u_hasBinaryProperty_t>(__find_icu_symbol("u_hasBinaryProperty")); in __icu_hasBinaryProperty()
Dwctype.cpp68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType")); in iswcntrl()
74 static auto u_isdigit = reinterpret_cast<FnT>(__find_icu_symbol("u_isdigit")); in iswdigit()
80 static auto u_ispunct = reinterpret_cast<FnT>(__find_icu_symbol("u_ispunct")); in iswpunct()
126 static auto u_tolower = reinterpret_cast<FnT>(__find_icu_symbol("u_tolower")); in towlower()
139 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper")); in towupper()
Dicu_static.cpp32 __attribute__((weak)) void* __find_icu_symbol(const char*) { in __find_icu_symbol() function
Dicu.cpp52 void* __find_icu_symbol(const char* symbol_name) { in __find_icu_symbol() function
/bionic/linker/
Dlinker_libcxx_support.cpp31 void* __find_icu_symbol(const char* symbol_name __attribute__((__unused__))) { in __find_icu_symbol() function
/bionic/libc/private/
Dicu.h85 void* __find_icu_symbol(const char* symbol_name);
/bionic/libc/
DAndroid.bp1164 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,