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