Home
last modified time | relevance | path

Searched refs:DEC_CLASS_NEG_SUBNORMAL (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
DdecContext.h118 DEC_CLASS_NEG_SUBNORMAL, enumerator
DdecNumber.c3346 if (decNumberIsNegative(dn)) return DEC_CLASS_NEG_SUBNORMAL; in uprv_decNumberClass()
3362 if (eclass==DEC_CLASS_NEG_SUBNORMAL) return DEC_ClassString_NS; in uprv_decNumberClassToString()