Searched refs:mDictSize (Results 1 – 2 of 2) sorted by relevance
58 int getDictSize() { return mDictSize; } in getDictSize()72 const int mDictSize; variable
32 : mDict((unsigned char*) dict), mDictSize(dictSize), in Dictionary()