HomeSort by relevance Sort by last modified time
    Searched refs:DEC_Conversion_syntax (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
decContext.h 144 #define DEC_Conversion_syntax 0x00000001
162 #define DEC_Conversion_syntax 0x00000010
189 #define DEC_IEEE_754_Invalid_operation (DEC_Conversion_syntax | \
decContext.cpp 228 return uprv_decContextSetStatus(context, DEC_Conversion_syntax);
279 return uprv_decContextSetStatusQuiet(context, DEC_Conversion_syntax);
350 if (status==DEC_Conversion_syntax ) return DEC_Condition_CS;
number_utils.cpp 175 if ((fContext.status & DEC_Conversion_syntax) != 0) {
decNumber.cpp 562 status=DEC_Conversion_syntax;/* assume the worst */
    [all...]

Completed in 162 milliseconds