Searched refs:UNUM_YES (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h835 UNUM_YES = 1, enumerator in enum:UNumberFormatAttributeValue
890 /** Consume all input. (may use fastpath). Set to UNUM_YES (require fastpath), UNUM_NO (skip fastpath), or UNUM_MAYBE (heuristic).
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp380 #define DO_TripleNumTest(p,n,x) DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_YES) \
777 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_YES);
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp2643 && fParseAllInput!=UNUM_YES
3037 else if (fParseAllInput==UNUM_YES&&parsePosition.getIndex()!=textLength)
3040 printf(" PP didnt consume all (UNUM_YES), err\n");

Completed in 101 milliseconds