Home
last modified time | relevance | path

Searched refs:idxoffsetbits (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/stardict3/stardict-3.0.6/dict/doc/
H A DStarDictFileFormat71 Since "3.0.0", StarDict accepts the "idxoffsetbits" option.
79 idxoffsetbits= // New in 3.0.0
97 idxoffsetbits can be 64 or 32. If "idxoffsetbits=64", the offset field of the
181 If the version is "3.0.0" and "idxoffsetbits=64", word_data_offset will
359 If "idxoffsetbits=64", the file size of the .dict file will be bigger
362 computer, which will make we can get error, so "idxoffsetbits=64"
491 idxoffsetbits= // optional.
501 if "idxoffsetbits=64", then offset is 64 bits.
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dstardict.cc89 uint32_t wordcount, synwordcount, idxfilesize, idxoffsetbits; member
1609 wordcount( 0 ), synwordcount( 0 ), idxfilesize( 0 ), idxoffsetbits( 32 ) in handleResource()
1656 if ( sscanf( val, "%u", & idxoffsetbits ) != 1 || ( idxoffsetbits != 32 in handleResource()
1657 && idxoffsetbits != 64 ) ) in handleResource()
2158 if ( ifo.idxoffsetbits == 64 ) in makeDictionaries()