Searched refs:space_pos (Results 1 – 1 of 1) sorted by relevance
278 const char *space_pos = strchr (full, ' '); in GetClassName() local279 if (space_pos) in GetClassName()281 m_class.SetCStringWithLength (class_start, space_pos - class_start); in GetClassName()303 const char *space_pos = strchr (full, ' '); in GetClassNameWithCategory() local304 if (space_pos) in GetClassNameWithCategory()306 m_class_category.SetCStringWithLength (class_start, space_pos - class_start); in GetClassNameWithCategory()331 const char *space_pos = strchr (full, ' '); in GetSelector() local332 if (space_pos) in GetSelector()334 ++space_pos; // skip the space in GetSelector()335 … m_selector.SetCStringWithLength (space_pos, m_full.GetLength() - (space_pos - full) - 1); in GetSelector()