Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp182 u32 foundLen; in IncludeName() local
187 foundLen = static_cast<u32>(delimitor - found); in IncludeName()
191 foundLen = std::strlen(found); in IncludeName()
197 const char* end = found + foundLen; in IncludeName()