Method

IpuzCharsetget_char_count

Declaration [src]

guint
ipuz_charset_get_char_count (
  const IpuzCharset* self,
  gunichar c
)

Description [src]

Returns the count of c. If c is not in self, then 0 is returned.

Parameters

c

Type: gunichar

A character to search for.

Return value

Type: guint

The count of the character c in self.