Searched refs:UVoidFunction (Results 1 – 2 of 2) sorted by relevance
294 typedef void (UVoidFunction)(void); typedef312 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode …
2118 U_INTERNAL UVoidFunction* U_EXPORT22122 UVoidFunction* voidFunc; in uprv_dlsym_func()2157 U_INTERNAL UVoidFunction* U_EXPORT22162 return (UVoidFunction*)NULL; in uprv_dlsym_func()2197 U_INTERNAL UVoidFunction* U_EXPORT22200 UVoidFunction* addr = NULL; in uprv_dlsym_func()2204 addr = (UVoidFunction*)GetProcAddress(handle, sym); in uprv_dlsym_func()2238 U_INTERNAL UVoidFunction* U_EXPORT22243 return (UVoidFunction*)NULL; in uprv_dlsym_func()