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