Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp180 u32 foundLen; in IncludeName() local
185 foundLen = static_cast<u32>(delimitor - found); in IncludeName()
189 foundLen = std::strlen(found); in IncludeName()
195 const char* end = found + foundLen; in IncludeName()