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
55 uint8_t bytes[4];
75 uint8_t *bytes;
78 /* index map for mapping by bytes first */
115 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
129 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */
134 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
141 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
245 const uint8_t *bytes, int32_t length);
249 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
254 uint8_t bytes[UCNV_EXT_MAX_BYTES],
261 uint8_t bytes[UCNV_EXT_MAX_BYTES]);