Searched refs:g_libicuuc_handle (Results 1 – 1 of 1) sorted by relevance
39 static void* g_libicuuc_handle = nullptr; variable42 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()