Lines Matching defs:offset
80 unsigned int offset;
211 * bytes for an offset into the tree. The first byte contains the
215 * OFFLEN - 2 bit field - number of bytes in the offset
399 int offset;
408 trie = utf8data + data->offset;
421 /* Right node at offset of trie */
423 offset = trie[offlen];
425 offset <<= 8;
426 offset |= trie[offlen];
428 trie += offset;