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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h815 UNUM_YES = 1, enumerator in enum:UNumberFormatAttributeValue
869 /** Consume all input. (may use fastpath). Set to UNUM_YES (require fastpath), UNUM_NO (skip fastpath), or UNUM_MAYBE (heuristic).
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h826 UNUM_YES = 1, enumerator in enum:UNumberFormatAttributeValue
881 /** Consume all input. (may use fastpath). Set to UNUM_YES (require fastpath), UNUM_NO (skip fastpath), or UNUM_MAYBE (heuristic).
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp376 #define DO_TripleNumTest(p,n,x) DO_AttrNumTest(p,n,x,UNUM_PARSE_ALL_INPUT,UNUM_YES) \
713 DO_AttrNumTest("#","0",0.0,UNUM_PARSE_ALL_INPUT,UNUM_YES);
/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.cpp2637 && fParseAllInput!=UNUM_YES
3019 else if (fParseAllInput==UNUM_YES&&parsePosition.getIndex()!=textLength)
3022 printf(" PP didnt consume all (UNUM_YES), err\n");
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2548 && fParseAllInput!=UNUM_YES
2930 else if (fParseAllInput==UNUM_YES&&parsePosition.getIndex()!=textLength)
2933 printf(" PP didnt consume all (UNUM_YES), err\n");

Completed in 888 milliseconds