Searched refs:string_count (Results 1 – 5 of 5) sorted by relevance
54 info->estimated_cost = static_cast<uint32_t>(storage_->string_count()); in BestIndex()65 num_rows_ = storage_->string_count(); in Filter()
921 size_t string_count() const { return string_pool_.size(); } in string_count() function
440 unsigned short string_count; in parse_fond() local449 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond()450 string_count = FT_MIN( 64, string_count ); in parse_fond()453 for ( i = 0; i < string_count; i++ ) in parse_fond()470 style->indexes[face_index] <= string_count ) in parse_fond()481 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
773 unsigned short string_count; in parse_fond() local782 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond()785 for ( i = 0; i < string_count && i < 64; i++ ) in parse_fond()802 style->indexes[face_index] <= FT_MIN( string_count, 64 ) ) in parse_fond()813 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
2126 string_count(PyStringObject *self, PyObject *args) in string_count() function3650 {"count", (PyCFunction)string_count, METH_VARARGS, count__doc__},