Searched refs:UNUM_LENIENT_PARSE (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 888 UNUM_LENIENT_PARSE, enumerator 894 UNUM_PARSE_ALL_INPUT = UNUM_LENIENT_PARSE + 1, 905 UNUM_SCALE = UNUM_LENIENT_PARSE + 2, 910 UNUM_NUMERIC_ATTRIBUTE_COUNT = UNUM_LENIENT_PARSE + 3, 920 UNUM_CURRENCY_USAGE = UNUM_LENIENT_PARSE + 4,
|
/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 472 if ( attr == UNUM_LENIENT_PARSE ) { in unum_getAttribute() 493 if ( attr == UNUM_LENIENT_PARSE ) { in unum_setAttribute()
|
D | decimfmt.cpp | 5428 case UNUM_LENIENT_PARSE: 5542 case UNUM_LENIENT_PARSE:
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnumtst.c | 816 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1234 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE); in TestSigDigRounding() 1534 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() 1540 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE); in test_fmt() 1541 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() 1549 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
|