Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharStrmReader.h76 || mReadFunc == &CharStrmReader::ReadNextCharCP1252 in Set()
166 u16 ReadNextCharCP1252();
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharStrmReader.cpp122 CharStrmReader::ReadNextCharCP1252() in ReadNextCharCP1252() function in nw::font::CharStrmReader
Dfont_Font.cpp141 case CHARACTER_CODE_CP1252: func = &CharStrmReader::ReadNextCharCP1252; break; in GetCharStrmReader()