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

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dputilimp.h526 typedef void (UVoidFunction)(void); typedef
545 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode *status);
H A Dputil.cpp2153 U_INTERNAL UVoidFunction* U_EXPORT2
2156 UVoidFunction *fp;
2190 U_INTERNAL UVoidFunction* U_EXPORT2
2195 return (UVoidFunction*)NULL;
2230 U_INTERNAL UVoidFunction* U_EXPORT2
2233 UVoidFunction* addr = NULL;
2237 addr = (UVoidFunction*)GetProcAddress(handle, sym);
2271 U_INTERNAL UVoidFunction* U_EXPORT2
2276 return (UVoidFunction*)NULL;

Completed in 124 milliseconds