Home | History | Annotate | Download | only in src

Lines Matching refs:codepoint

191  * @codepoint: 
201 hb_codepoint_t codepoint)
203 return set->has (codepoint);
209 * @codepoint:
217 hb_codepoint_t codepoint)
219 set->add (codepoint);
243 * @codepoint:
251 hb_codepoint_t codepoint)
253 set->del (codepoint);
437 * @codepoint: (inout):
447 hb_codepoint_t *codepoint)
449 return set->next (codepoint);
455 * @first: (out): output first codepoint in the range.
456 * @last: (inout): input current last and output last codepoint in the range.