Searched refs:string_count (Results 1 – 3 of 3) sorted by relevance
439 unsigned short string_count; in parse_fond() local448 string_count = EndianS16_BtoN( *(short*)(p) ); in parse_fond()449 string_count = FT_MIN( 64, string_count ); in parse_fond()452 for ( i = 0; i < string_count; i++ ) in parse_fond()469 style->indexes[face_index] <= string_count ) in parse_fond()480 if ( j < string_count && ( s = names[j] ) != NULL ) in parse_fond()
2120 string_count(PyStringObject *self, PyObject *args) in string_count() function3653 {"count", (PyCFunction)string_count, METH_VARARGS, count__doc__},