Adjust idx to point at the start of a UTF sequence or at the end of str.
Copies text from source to buff performing conversion to different unicode transformation format if needed.
Copies as much text from the beginning of source to buff as latter can hold performing conversion to different unicode transformation format if needed.
Detect whether c is a UTF-8 continuation byte.
Detect whether c is a UTF-16 lead/trail surrogate or not a surrogate.
Detect whether c is the first code unit in a sequence.
Detect whether c is a UTF-16 lead/trail surrogate or not a surrogate.
Returns minimum/maximum possible length of string conversion to another Unicode Transformation Format result.
Returns minimum/maximum possible length of string conversion to another Unicode Transformation Format result.
Additions to $(STDMODULE _utf).