INTL_MAX_LOCALE_LEN limits the length of accepted locale. Anything
longer than that will result in a failure and the value returned
will either be `null` or `false`. So documentation must reflect that
in the return types.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>
Closes GH-883.