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

  /external/icu4c/i18n/
decNumberLocal.h 70 #define uByte uint8_t
120 /* Return a uInt, etc., from bytes starting at a char* or uByte* */
124 /* Store a uInt, etc., into bytes starting at a char* or uByte*. */
219 /*extern const uByte d2utable[DECMAXD2U+1];*/
280 uByte *msd; /* -> most significant digit */
281 uByte *lsd; /* -> least ditto */
403 /* coefficient, starting at uByte u, is all zeros */
449 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
452 /* dpd to three BCD8 digits starting at uByte u. Note that an */
476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26];
    [all...]
decNumber.c 188 static const uByte d2utable[DECMAXD2U+1]=D2UTABLE;
218 static const uByte DECSTICKYTAB[10]={1,1,2,3,4,6,6,7,8,9}; /* used if sticky */
248 decContext *, uByte, uInt *);
511 uByte bits=0; /* working flags [assume +ve] */
    [all...]

Completed in 207 milliseconds