Home | History | Annotate | Download | only in unicode

Lines Matching full:sequence

53      * The trieBytes must contain a copy of a byte sequence from the BytesTrieBuilder,
54 * starting with the first byte of that sequence.
148 * Determines whether the byte sequence so far matches, whether it has a value,
149 * and whether another input byte can continue a matching byte sequence.
181 * Traverses the trie from the current state for this byte sequence.
190 * @param s A string or byte sequence. Can be NULL if length is 0.
191 * @param length The length of the byte sequence. Can be -1 if NUL-terminated.
198 * Returns a matching byte sequence's value if called immediately after
203 * @return The value for the byte sequence so far.
229 * Finds each byte which continues the byte sequence from the current state.
233 * @return the number of bytes which continue the byte sequence from here
239 * Iterator for all of the (byte sequence, value) pairs in a BytesTrie.
290 * Finds the next (byte sequence, value) pair if there is one.
292 * If the byte sequence is truncated to the maximum length and does not
306 * @return The NUL-terminated byte sequence for the last successful next().
428 // string/byte sequence matching. The root node is at the beginning of the trie data.
436 // The value is for the string/byte sequence so far.
446 // the string/byte sequence