Method
IpuzCharsetsubset
Declaration [src]
gboolean
ipuz_charset_subset (
IpuzCharset* self,
IpuzCharset* subset
)
Description [src]
Returns TRUE if subset is a subset of self. That is to say, all
the characters in subset exist in self, and of a count less than
or equal to the count in self.
Parameters
self-
Type:
IpuzCharsetAn
IpuzCharset.The argument can be NULL. subset-
Type:
IpuzCharsetAn
IpuzCharset.The argument can be NULL.The data is owned by the caller of the method.