Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharStrmReader.h77 || mReadFunc == &CharStrmReader::ReadNextCharSJIS ); in Set()
173 u16 ReadNextCharSJIS();
/NW4C-2.0.3/sources/libraries/font/
Dfont_CharStrmReader.cpp135 CharStrmReader::ReadNextCharSJIS() in ReadNextCharSJIS() function in nw::font::CharStrmReader
Dfont_Font.cpp140 case CHARACTER_CODE_SJIS: func = &CharStrmReader::ReadNextCharSJIS; break; in GetCharStrmReader()