Home
last modified time | relevance | path

Searched refs:delimitor (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp181 const char* delimitor = std::strchr(found, ','); in IncludeName() local
185 if (delimitor != NULL) in IncludeName()
187 foundLen = static_cast<u32>(delimitor - found); in IncludeName()