Home
last modified time | relevance | path

Searched refs:UNUM_PARSE_NO_EXPONENT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dunum.h995 UNUM_PARSE_NO_EXPONENT, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcnumtst.c2062 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2064 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */ in TestNoExponent()
2067 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
2087 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==0); in TestNoExponent()
2103 unum_setAttribute(fmt, UNUM_PARSE_NO_EXPONENT, 1); /* no error code */ in TestNoExponent()
2106 ASSERT_TRUE(unum_getAttribute(fmt, UNUM_PARSE_NO_EXPONENT)==1); in TestNoExponent()
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp1594 … if(!fBoolFlags.contains(UNUM_PARSE_NO_EXPONENT) || // don't parse if this is set unless.. in subparse()
3164 case UNUM_PARSE_NO_EXPONENT: in setAttribute()
3260 case UNUM_PARSE_NO_EXPONENT: in getAttribute()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp226 UNUM_PARSE_NO_EXPONENT, in adjustDecimalFormat()