Searched refs:UNUM_LENIENT_PARSE (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | unum.h | 778 UNUM_LENIENT_PARSE, enumerator
|
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 796 unum_setAttribute(dec_en, UNUM_LENIENT_PARSE, 0); in TestNumberFormat() 1217 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, FALSE); in TestSigDigRounding() 1517 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() 1523 unum_setAttribute(fmt, UNUM_LENIENT_PARSE, TRUE); in test_fmt() 1524 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt() 1532 double val = unum_getDoubleAttribute(fmt, UNUM_LENIENT_PARSE); in test_fmt()
|
/external/icu4c/i18n/ |
D | unum.cpp | 467 if ( attr == UNUM_LENIENT_PARSE ) { in unum_getAttribute() 488 if ( attr == UNUM_LENIENT_PARSE ) { in unum_setAttribute()
|
D | decimfmt.cpp | 5385 case UNUM_LENIENT_PARSE: in setAttribute() 5491 case UNUM_LENIENT_PARSE: in getAttribute()
|