Searched defs:decContext (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A DdecContext.h56 #define DECCNAME "decContext" /* Short name */
101 } decContext; typedef in typeref:struct:__anon7469
113 /* 'normal' and 'subnormal' are meaningful only with a decContext */
252 /* decContext routines */
253 U_INTERNAL decContext * U_EXPORT2 uprv_decContextClearStatus(decContext *, uint32_t);
254 U_INTERNAL decContext * U_EXPORT2 uprv_decContextDefault(decContext *, int32_t);
255 U_INTERNAL enum rounding U_EXPORT2 uprv_decContextGetRounding(decContext *);
256 U_INTERNAL uint32_t U_EXPORT2 uprv_decContextGetStatus(decContext *);
[all...]

Completed in 42 milliseconds