Returns the size of the compact charset space.
| 194 | |
| 195 | // Returns the size of the compact charset space. |
| 196 | int SampleIterator::CompactCharsetSize() const { |
| 197 | return charset_map_ != NULL ? charset_map_->CompactSize() |
| 198 | : SparseCharsetSize(); |
| 199 | } |
| 200 | |
| 201 | // Returns the size of the sparse charset space. |
| 202 | int SampleIterator::SparseCharsetSize() const { |