OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECUSE64
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
decNumberLocal.h
42
#if !defined(
DECUSE64
)
43
#define
DECUSE64
1 /* 1=use int64s, 0=int32 & smaller only */
79
#if
DECUSE64
[
all
...]
decNumber.c
51
/* c) If DECDPUN>4 or
DECUSE64
=1, the C99 64-bit int64_t and */
52
/* uint64_t types may be used. To avoid these, set
DECUSE64
=0 */
243
#if !
DECUSE64
244
#error decNumber.c:
DECUSE64
must be 1 when DECDPUN>4
[
all
...]
Completed in 541 milliseconds