Home | History | Annotate | Download | only in unicode

Lines Matching defs:bytes

57      * The BytesTrie object will not read more bytes than
108 State() { bytes=NULL; }
112 const uint8_t *bytes;
125 state.bytes=bytes_;
142 if(bytes_==state.bytes && bytes_!=NULL) {
235 * @return the number of bytes which continue the byte sequence from here
248 * @param trieBytes The trie bytes.
433 // encode match values or continue matching further bytes.
440 // - Linear-match node: Matches a number of bytes.
442 // The node byte is the length of the branch (number of bytes to select from)
446 // If one of the key bytes
467 // 10..1f: Linear-match node, match 1..16 bytes and continue reading the next node.
474 // The remaining lead byte value indicates the number of following bytes (0..4)
507 // Fixed value referencing the BytesTrie bytes.