Home
last modified time | relevance | path

Searched refs:UNUM_PARSE_ALL_INPUT (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp380 #define DO_TripleNumTest(p,n,x) DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_YES) \
381 DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_NO) \
382 DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_MAYBE)
777 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_YES); in runTests()
778 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_NO); in runTests()
779 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_MAYBE); in runTests()
781 …000000000000000000000000000000000000000000000000000000000000000",1.0,UNUM_PARSE_ALL_INPUT,UNUM_NO); in runTests()
/external/icu/icu4c/source/i18n/unicode/
Dunum.h933 UNUM_PARSE_ALL_INPUT = 20, enumerator
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp3132 case UNUM_PARSE_ALL_INPUT: in setAttribute()