Searched refs:delimitor (Results 1 – 1 of 1) sorted by relevance
179 const char* delimitor = std::strchr(found, ','); in IncludeName() local183 if (delimitor != NULL) in IncludeName()185 foundLen = static_cast<u32>(delimitor - found); in IncludeName()