Lines Matching refs:U_EXPORT2
267 U_INTERNAL UBool U_EXPORT2 uprv_isNaN(double d);
272 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
277 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
282 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
287 U_INTERNAL double U_EXPORT2 uprv_getNaN(void);
292 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
298 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
303 U_INTERNAL double U_EXPORT2 uprv_floor(double d);
308 U_INTERNAL double U_EXPORT2 uprv_ceil(double d);
313 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
318 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
323 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
328 U_INTERNAL double U_EXPORT2 uprv_pow(double d, double exponent);
333 U_INTERNAL double U_EXPORT2 uprv_pow10(int32_t exponent);
338 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
343 U_INTERNAL double U_EXPORT2 uprv_fmin(double d, double y);
348 U_INTERNAL int32_t U_EXPORT2 uprv_max(int32_t d, int32_t y);
353 U_INTERNAL int32_t U_EXPORT2 uprv_min(int32_t d, int32_t y);
366 U_INTERNAL double U_EXPORT2 uprv_maxMantissa(void);
372 U_INTERNAL double U_EXPORT2 uprv_log(double d);
380 U_INTERNAL double U_EXPORT2 uprv_round(double x);
393 U_INTERNAL UBool U_EXPORT2 uprv_add32_overflow(int32_t a, int32_t b, int32_t* res);
406 U_INTERNAL UBool U_EXPORT2 uprv_mul32_overflow(int32_t a, int32_t b, int32_t* res);
428 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
440 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
474 U_INTERNAL void U_EXPORT2 uprv_tzset(void);
482 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
492 U_INTERNAL const char* U_EXPORT2 uprv_tzname(int n);
506 U_INTERNAL UDate U_EXPORT2 uprv_getUTCtime(void);
515 U_INTERNAL UDate U_EXPORT2 uprv_getRawUTCtime(void);
523 U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
531 U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
629 U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
635 U_INTERNAL void U_EXPORT2 uprv_dl_close( void *lib, UErrorCode *status);
641 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode …