menu/menu.module
Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix.
<?php define('MENU_MAX_MENU_NAME_LENGTH_UI', 27); ?>