OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uByte
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
decNumberLocal.h
73
#define
uByte
uint8_t
123
/* Return a uInt, etc., from bytes starting at a char* or
uByte
* */
127
/* Store a uInt, etc., into bytes starting at a char* or
uByte
*. */
222
/*extern const
uByte
d2utable[DECMAXD2U+1];*/
283
uByte
*msd; /* -> most significant digit */
284
uByte
*lsd; /* -> least ditto */
406
/* coefficient, starting at
uByte
u, is all zeros */
452
/* a BCD string (
uByte
*bcdin) of length DECPMAX uBytes. */
455
/* dpd to three BCD8 digits starting at
uByte
u. Note that an */
479
*(bcd)=(
uByte
)DECCOMBMSD[sourhi>>26];
[
all
...]
decNumber.cpp
190
static const
uByte
d2utable[DECMAXD2U+1]=D2UTABLE;
221
static const
uByte
DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
252
decContext *,
uByte
, uInt *);
515
uByte
bits=0; /* working flags [assume +ve] */
[
all
...]
/external/kotlinc/lib/
kotlin-compiler.jar
kotlin-reflect.jar
Completed in 250 milliseconds