Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_CharStrmReader.h74 || mReadFunc == &CharStrmReader::ReadNextCharCP1252 in Set()
164 u16 ReadNextCharCP1252();
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharStrmReader.cpp120 CharStrmReader::ReadNextCharCP1252() in ReadNextCharCP1252() function in nw::font::CharStrmReader
Dfont_Font.cpp139 case CHARACTER_CODE_CP1252: func = &CharStrmReader::ReadNextCharCP1252; break; in GetCharStrmReader()