• Noel Grandin's avatar
    convert equalsAsciiL calls to startsWith calls · 3af99e4d
    Noel Grandin yazdı
    Convert code like:
        aStr.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ActiveConnection" ) )
    to
        aStr.startsWith( "ActiveConnection" )
    which compiles down to the same machine code.
    
    Change-Id: Id4b0c5e0f9afe716a468d3afc70374699848dc33
    3af99e4d
jobexecutor.cxx 13.1 KB