提交 ac064a2d 编写于 作者: B Behdad Esfahbod

Rename hb_set_population() to hb_set_get_population()

上级 16c914c2
......@@ -188,7 +188,7 @@ hb_set_symmetric_difference (hb_set_t *set,
}
unsigned int
hb_set_population (const hb_set_t *set)
hb_set_get_population (const hb_set_t *set)
{
return set->get_population ();
}
......
......@@ -122,7 +122,7 @@ hb_set_symmetric_difference (hb_set_t *set,
const hb_set_t *other);
unsigned int
hb_set_population (const hb_set_t *set);
hb_set_get_population (const hb_set_t *set);
/* Returns -1 if set empty. */
hb_codepoint_t
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册