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

  /external/icu/icu4c/source/i18n/
decContext.h 146 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
164 #define DEC_Insufficient_storage 0x00000010 /* [when malloc fails] */
190 DEC_Insufficient_storage | \
decContext.c 236 return uprv_decContextSetStatus(context, DEC_Insufficient_storage);
287 return uprv_decContextSetStatusQuiet(context, DEC_Insufficient_storage);
349 if (status==DEC_Insufficient_storage ) return DEC_Condition_IS;
decNumber.c     [all...]

Completed in 61 milliseconds