Home
last modified time | relevance | path

Searched refs:resourceZip (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dxdxf2html.cc71 Dictionary::Class *dictPtr, IndexedZip * resourceZip, in convert() argument
632 ( !resourceZip || in convert()
633 !resourceZip->isOpen() || in convert()
634 !resourceZip->hasFile( Utf8::decode( filename ) ) ); in convert()
644 ( !resourceZip || in convert()
645 !resourceZip->isOpen() || in convert()
646 !resourceZip->hasFile( Utf8::decode( filename ) ) ); in convert()
H A Dxdxf2html.hh24 Dictionary::Class *dictPtr, IndexedZip * resourceZip, bool isLogicalFormat = false,
H A Dxdxf.cc137 IndexedZip resourceZip; member in Xdxf::__anon9613055f0111::XdxfDictionary
278 resourceZip.openIndex( IndexInfo( idxHeader.zipIndexBtreeMaxElements, in XdxfDictionary()
286 resourceZip.openZipFile( zipName ); in XdxfDictionary()
678 … &resourceZip, fType == Logical, idxHeader.revisionNumber, headword ); in loadArticle()
1081 if ( dict.resourceZip.isOpen() ) in run()
1087 if ( !dict.resourceZip.loadFile( Utf8::decode( resourceName ), data ) ) in run()
H A Ddsl.cc166 IndexedZip resourceZip; member in Dsl::__anonc7691c880111::DslDictionary
469 resourceZip.openIndex( IndexInfo( idxHeader.zipIndexBtreeMaxElements, in doDeferredInit()
477 resourceZip.openZipFile( zipName ); in doDeferredInit()
884 ( !resourceZip.isOpen() || in nodeToHtml()
885 !resourceZip.hasFile( Utf8::decode( filename ) ) ); in nodeToHtml()
928 if ( resourceZip.isOpen() ) in nodeToHtml()
931 resourceZip.loadFile( Utf8::decode( filename ), imgdata ); in nodeToHtml()
1913 if ( dict.resourceZip.isOpen() ) in run()
1919 if ( !dict.resourceZip.loadFile( Utf8::decode( resourceName ), data ) ) in run()
H A Dgls.cc443 IndexedZip resourceZip; member in Gls::__anoncdedc18b0111::GlsDictionary
570 resourceZip.openIndex( IndexInfo( idxHeader.zipIndexBtreeMaxElements, in GlsDictionary()
578 resourceZip.openZipFile( zipName ); in GlsDictionary()
1420 if ( dict.resourceZip.isOpen() ) in filterResource()
1426 if ( !dict.resourceZip.loadFile( Utf8::decode( resourceName ), data ) ) in filterResource()
H A Dstardict.cc147 IndexedZip resourceZip; member in Stardict::__anon558e29630111::StardictDictionary
265 resourceZip.openIndex( IndexInfo( idxHeader.zipIndexBtreeMaxElements, in StardictDictionary()
273 resourceZip.openZipFile( zipName ); in StardictDictionary()
462 …turn Xdxf2Html::convert( string( resource, size ), Xdxf2Html::STARDICT, NULL, this, &resourceZip ); in handleResource()
1791 if ( dict.resourceZip.isOpen() ) in handleResource()
1797 if ( !dict.resourceZip.loadFile( Utf8::decode( resourceName ), data ) ) in handleResource()