Lines Matching refs:bytes
43 * b if bLen<=4: up to 4 bytes
44 * else index to bLen bytes
46 * bLen number of words containing left-justified bytes
47 * bIsMultipleChars indicates that the bytes contain more than one sequence
57 uint8_t bytes[4];
77 uint8_t *bytes;
80 /* index map for mapping by bytes first */
117 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
131 /* @return -1 illegal bytes 0 suitable for base table 1 needs to go into extension table */
136 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
143 uint8_t bytes[UCNV_EXT_MAX_BYTES]);
247 const uint8_t *bytes, int32_t length);
251 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps);
256 uint8_t bytes[UCNV_EXT_MAX_BYTES],
263 uint8_t bytes[UCNV_EXT_MAX_BYTES]);