Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dicu.cpp39 static void* g_libicu_handle = nullptr; variable
42 g_libicu_handle = dlopen("libicu.so", RTLD_LOCAL); in __find_icu()
43 if (g_libicu_handle == nullptr) { in __find_icu()
56 void* symbol = dlsym(g_libicu_handle, symbol_name); in __find_icu_symbol()