static bool isAlphabetLower(int codepoint) => codepoint >= _startAlphabetLower && codepoint <= _endAlphabetLower;