• Home
  • Raw
  • Download

Lines Matching refs:U_INTERNAL

284 U_INTERNAL UBool   U_EXPORT2 uprv_isNaN(double d);
289 U_INTERNAL UBool U_EXPORT2 uprv_isInfinite(double d);
294 U_INTERNAL UBool U_EXPORT2 uprv_isPositiveInfinity(double d);
299 U_INTERNAL UBool U_EXPORT2 uprv_isNegativeInfinity(double d);
304 U_INTERNAL double U_EXPORT2 uprv_getNaN(void);
309 U_INTERNAL double U_EXPORT2 uprv_getInfinity(void);
315 U_INTERNAL double U_EXPORT2 uprv_trunc(double d);
320 U_INTERNAL double U_EXPORT2 uprv_floor(double d);
325 U_INTERNAL double U_EXPORT2 uprv_ceil(double d);
330 U_INTERNAL double U_EXPORT2 uprv_fabs(double d);
335 U_INTERNAL double U_EXPORT2 uprv_modf(double d, double* pinteger);
340 U_INTERNAL double U_EXPORT2 uprv_fmod(double d, double y);
345 U_INTERNAL double U_EXPORT2 uprv_pow(double d, double exponent);
350 U_INTERNAL double U_EXPORT2 uprv_pow10(int32_t exponent);
355 U_INTERNAL double U_EXPORT2 uprv_fmax(double d, double y);
360 U_INTERNAL double U_EXPORT2 uprv_fmin(double d, double y);
365 U_INTERNAL int32_t U_EXPORT2 uprv_max(int32_t d, int32_t y);
370 U_INTERNAL int32_t U_EXPORT2 uprv_min(int32_t d, int32_t y);
383 U_INTERNAL double U_EXPORT2 uprv_maxMantissa(void);
389 U_INTERNAL double U_EXPORT2 uprv_log(double d);
397 U_INTERNAL double U_EXPORT2 uprv_round(double x);
419 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultCodepage(void);
431 U_INTERNAL const char* U_EXPORT2 uprv_getDefaultLocaleID(void);
465 U_INTERNAL void U_EXPORT2 uprv_tzset(void);
473 U_INTERNAL int32_t U_EXPORT2 uprv_timezone(void);
483 U_INTERNAL const char* U_EXPORT2 uprv_tzname(int n);
491 U_INTERNAL UDate U_EXPORT2 uprv_getUTCtime(void);
500 U_INTERNAL UDate U_EXPORT2 uprv_getRawUTCtime(void);
508 U_INTERNAL UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
516 U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
571 U_INTERNAL void * U_EXPORT2 uprv_dl_open(const char *libName, UErrorCode *status);
577 U_INTERNAL void U_EXPORT2 uprv_dl_close( void *lib, UErrorCode *status);
583 U_INTERNAL UVoidFunction* U_EXPORT2 uprv_dlsym_func( void *lib, const char *symbolName, UErrorCode …