Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dicu.cpp39 static void* g_libicuuc_handle = nullptr; variable
42 g_libicuuc_handle = dlopen("libandroidicu.so", RTLD_LOCAL); in __find_icu()
43 if (g_libicuuc_handle == nullptr) { in __find_icu()
60 void* symbol = dlsym(g_libicuuc_handle, versioned_symbol_name); in __find_icu_symbol()