Searched refs:shouldFoldCase (Results 1 – 1 of 1) sorted by relevance
34 SpaceSplitStringData(const String& string, bool shouldFoldCase) in SpaceSplitStringData() argument35 : m_string(string), m_shouldFoldCase(shouldFoldCase), m_createdVector(false) in SpaceSplitStringData()72 …itString(const String& string, bool shouldFoldCase) : m_data(adoptPtr(new SpaceSplitStringData(str… in SpaceSplitString() argument74 …oid set(const String& string, bool shouldFoldCase) { m_data = adoptPtr(new SpaceSplitStringData(st… in set() argument