Method UTF8toUTF32
UTF8toUTF32(BytesRef, Int32sRef)
This method assumes valid UTF8 input. This method does not perform full UTF8 validation, it will check only the first byte of each codepoint (for multi-byte sequences any bytes after the head are skipped).
Declaration
public static void UTF8toUTF32(BytesRef utf8, Int32sRef utf32)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | utf8 | |
Int32sRef | utf32 |