OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uByte
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
decNumberLocal.h
70
#define
uByte
uint8_t
92
extern const
uByte
DECSTICKYTAB[10]; /* re-round digits if sticky */
99
extern const
uByte
DPD2BCD8[4096]; /* DPD -> ddd + len */
100
extern const
uByte
BIN2BCD8[4000]; /* 0-999 -> ddd + len */
132
/* Return a uInt, etc., from bytes starting at a char* or
uByte
* */
136
/* Store a uInt, etc., into bytes starting at a char* or
uByte
*. */
231
extern const
uByte
d2utable[DECMAXD2U+1];
292
uByte
*msd; /* -> most significant digit */
293
uByte
*lsd; /* -> least ditto */
415
/* coefficient, starting at
uByte
u, is all zeros *
[
all
...]
decNumber.c
187
const
uByte
d2utable[DECMAXD2U+1]=D2UTABLE;
235
decContext *,
uByte
, uInt *);
498
uByte
bits=0; /* working flags [assume +ve] */
[
all
...]
decContext.c
36
const
uByte
DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
Completed in 87 milliseconds