OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__find_icu_symbol
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
icu_static.cpp
32
__attribute__((weak)) void*
__find_icu_symbol
(const char*) {
function
icu_wrappers.cpp
33
static auto u_charType = reinterpret_cast<u_charType_t>(
__find_icu_symbol
("u_charType"));
40
reinterpret_cast<u_getIntPropertyValue_t>(
__find_icu_symbol
("u_getIntPropertyValue"));
47
reinterpret_cast<u_hasBinaryProperty_t>(
__find_icu_symbol
("u_hasBinaryProperty"));
icu.cpp
52
void*
__find_icu_symbol
(const char* symbol_name) {
function
wctype.cpp
68
static auto u_charType = reinterpret_cast<FnT>(
__find_icu_symbol
("u_charType"));
74
static auto u_isdigit = reinterpret_cast<FnT>(
__find_icu_symbol
("u_isdigit"));
80
static auto u_ispunct = reinterpret_cast<FnT>(
__find_icu_symbol
("u_ispunct"));
121
static auto u_tolower = reinterpret_cast<FnT>(
__find_icu_symbol
("u_tolower"));
127
static auto u_toupper = reinterpret_cast<FnT>(
__find_icu_symbol
("u_toupper"));
/bionic/linker/
linker_libcxx_support.cpp
31
void*
__find_icu_symbol
(const char* symbol_name __attribute__((__unused__))) {
function
32
async_safe_fatal("
__find_icu_symbol
should not be called in the linker");
/bionic/libc/private/
icu.h
85
void*
__find_icu_symbol
(const char* symbol_name);
Completed in 943 milliseconds