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

  /external/icu/icu4c/source/i18n/
decNumberLocal.h 39 #if !defined(DECUSE64)
40 #define DECUSE64 1 /* 1=use int64s, 0=int32 & smaller only */
76 #if DECUSE64
    [all...]
decNumber.c 49 /* c) If DECDPUN>4 or DECUSE64=1, the C99 64-bit int64_t and */
50 /* uint64_t types may be used. To avoid these, set DECUSE64=0 */
241 #if !DECUSE64
242 #error decNumber.c: DECUSE64 must be 1 when DECDPUN>4
    [all...]

Completed in 531 milliseconds