reverseFindIgnoringCaseInner 1465 Source/wtf/text/StringImpl.cpp return reverseFindIgnoringCaseInner(characters8(), matchString->characters8(), index, ourLength, matchLength); reverseFindIgnoringCaseInner 1466 Source/wtf/text/StringImpl.cpp return reverseFindIgnoringCaseInner(characters8(), matchString->characters16(), index, ourLength, matchLength); reverseFindIgnoringCaseInner 1470 Source/wtf/text/StringImpl.cpp return reverseFindIgnoringCaseInner(characters16(), matchString->characters8(), index, ourLength, matchLength); reverseFindIgnoringCaseInner 1472 Source/wtf/text/StringImpl.cpp return reverseFindIgnoringCaseInner(characters16(), matchString->characters16(), index, ourLength, matchLength);