Searched refs:__find_icu_symbol (Results 1 – 7 of 7) sorted by relevance
33 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()
68 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()
32 __attribute__((weak)) void* __find_icu_symbol(const char*) { in __find_icu_symbol() function
52 void* __find_icu_symbol(const char* symbol_name) { in __find_icu_symbol() function
31 void* __find_icu_symbol(const char* symbol_name __attribute__((__unused__))) { in __find_icu_symbol() function
85 void* __find_icu_symbol(const char* symbol_name);
1164 // This contains a weak stub implementation of __find_icu_symbol for wctype.cpp,