ToUpperChar
hash = (hash * 13 + ToUpperChar(type, name[0])) & 0x7ff;
char ToUpperChar(int32 type, char c) const;