MCPcopy Create free account
hub / github.com/amule-project/amule / LexInit

Function LexInit

src/Scanner.cpp:2048–2052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2046}
2047
2048void LexInit(const wxString& pszInput)
2049{
2050 _pszLexStr = strdup(unicode2UTF8(pszInput));
2051 _pszLexBuff = _pszLexStr;
2052}
2053
2054void LexFree()
2055{

Callers 1

CreateSearchDataMethod · 0.85

Calls 1

unicode2UTF8Function · 0.85

Tested by

no test coverage detected