Home | History | Annotate | Download | only in unicode

Lines Matching defs:bytes

55      * The BytesTrie object will not read more bytes than
106 State() { bytes=NULL; }
110 const uint8_t *bytes;
123 state.bytes=bytes_;
140 if(bytes_==state.bytes && bytes_!=NULL) {
233 * @return the number of bytes which continue the byte sequence from here
246 * @param trieBytes The trie bytes.
432 // encode match values or continue matching further bytes.
439 // - Linear-match node: Matches a number of bytes.
441 // The node byte is the length of the branch (number of bytes to select from)
445 // If one of the key bytes matches, then the value is either a final value for
466 // 10..1f: Linear-match node, match 1..16 bytes and continue reading the next node.
473 // The remaining lead byte value indicates the number of following bytes (0..4)
506 // Fixed value referencing the BytesTrie bytes.