Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_CharStrmReader.h75 || mReadFunc == &CharStrmReader::ReadNextCharSJIS ); in Set()
171 u16 ReadNextCharSJIS();
/NW4C-1.2.23/sources/libraries/font/
Dfont_CharStrmReader.cpp133 CharStrmReader::ReadNextCharSJIS() in ReadNextCharSJIS() function in nw::font::CharStrmReader
Dfont_Font.cpp138 case CHARACTER_CODE_SJIS: func = &CharStrmReader::ReadNextCharSJIS; break; in GetCharStrmReader()