Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp385 #define DO_TripleNumTest(p,n,x) DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_YES) \
386 DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_NO) \
387 DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_MAYBE)
782 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_YES); in runTests()
783 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_NO); in runTests()
784 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_MAYBE); in runTests()
786 …000000000000000000000000000000000000000000000000000000000000000",1.0,UNUM_PARSE_ALL_INPUT,UNUM_NO); in runTests()
/external/icu/libandroidicu/include/unicode/
Dunum.h1011 UNUM_PARSE_ALL_INPUT = 20, enumerator
/external/icu/icu4c/source/i18n/unicode/
Dunum.h1011 UNUM_PARSE_ALL_INPUT = 20, enumerator
/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp215 case UNUM_PARSE_ALL_INPUT: in setAttribute()