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