Lines Matching refs:U_EXPORT2
282 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
287 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
292 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
297 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
302 U_INTERNAL double U_EXPORT2 uprv_getNaN(void);
307 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
313 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
318 U_INTERNAL double U_EXPORT2 uprv_floor(double d);
323 U_INTERNAL double U_EXPORT2 uprv_ceil(double d);
328 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
333 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
338 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
343 U_INTERNAL double U_EXPORT2 uprv_pow(double d, double exponent);
348 U_INTERNAL double U_EXPORT2 uprv_pow10(int32_t exponent);
353 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
358 U_INTERNAL double U_EXPORT2 uprv_fmin(double d, double y);
363 U_INTERNAL int32_t U_EXPORT2 uprv_max(int32_t d, int32_t y);
368 U_INTERNAL int32_t U_EXPORT2 uprv_min(int32_t d, int32_t y);
381 U_INTERNAL double U_EXPORT2 uprv_maxMantissa(void);
387 U_INTERNAL double U_EXPORT2 uprv_log(double d);
395 U_INTERNAL double U_EXPORT2 uprv_round(double x);
417 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
429 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
463 U_INTERNAL void U_EXPORT2 uprv_tzset(void);
471 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
481 U_INTERNAL const char* U_EXPORT2 uprv_tzname(int n);
495 U_INTERNAL UDate U_EXPORT2 uprv_getUTCtime(void);
504 U_INTERNAL UDate U_EXPORT2 uprv_getRawUTCtime(void);
512 U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
520 U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
575 U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
581 U_INTERNAL void U_EXPORT2 uprv_dl_close( void *lib, UErrorCode *status);
587 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode …