static bool isAlphabetUpper(int codepoint) => codepoint >= _startAlphabetUpper && codepoint <= _endAlphabetUpper;