@Api
    public String toUpperCase()
    {
        // If this string is uppercased already do not mess with it
        if ((this._quickFlags & String._QUICK_ISUPPER) != 0)