Searched refs:sub_content (Results 1 – 1 of 1) sorted by relevance
214 String::FlatContent sub_content = sub->GetFlatContent(); in RUNTIME_FUNCTION() local219 if (sub_content.IsOneByte()) { in RUNTIME_FUNCTION()220 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION()223 position = StringMatchBackwards(sub_content.ToUC16Vector(), pat_vector, in RUNTIME_FUNCTION()228 if (sub_content.IsOneByte()) { in RUNTIME_FUNCTION()229 position = StringMatchBackwards(sub_content.ToOneByteVector(), pat_vector, in RUNTIME_FUNCTION()232 position = StringMatchBackwards(sub_content.ToUC16Vector(), pat_vector, in RUNTIME_FUNCTION()