Home | History | Annotate | Download | only in toolutil

Lines Matching defs:bytes

41  * b if bLen<=4: up to 4 bytes
42 * else index to bLen bytes
44 * bLen number of words containing left-justified bytes
45 * bIsMultipleChars indicates that the bytes contain more than one sequence
54 uint8_t bytes[4];
74 uint8_t *bytes;
77 /* index map for mapping by bytes first */
114 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
128 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */
133 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
140 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
244 const uint8_t *bytes, int32_t length);
248 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
253 uint8_t bytes[UCNV_EXT_MAX_BYTES],
260 uint8_t bytes[UCNV_EXT_MAX_BYTES]);