Traverses the trie from the initial state for this input byte. Equivalent to reset().next(inByte). @param inByte Input byte value. Values -0x100..-1 are treated like 0..0xff. Values below -0x100 and above 0xff will never match. @return The match/value Result. @stable ICU 4.8
(int inByte)
source not stored for this graph (policy: none)
no test coverage detected