Home
last modified time | relevance | path

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

/external/icu4c/common/
Dputilimp.h294 typedef void (UVoidFunction)(void); typedef
312 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode …
Dputil.c2118 U_INTERNAL UVoidFunction* U_EXPORT2
2122 UVoidFunction* voidFunc; in uprv_dlsym_func()
2157 U_INTERNAL UVoidFunction* U_EXPORT2
2162 return (UVoidFunction*)NULL; in uprv_dlsym_func()
2197 U_INTERNAL UVoidFunction* U_EXPORT2
2200 UVoidFunction* addr = NULL; in uprv_dlsym_func()
2204 addr = (UVoidFunction*)GetProcAddress(handle, sym); in uprv_dlsym_func()
2238 U_INTERNAL UVoidFunction* U_EXPORT2
2243 return (UVoidFunction*)NULL; in uprv_dlsym_func()