Home | History | Annotate | Download | only in hb-ucdn

Lines Matching full:codepoint

209  * Get combining class of a codepoint.
211 * @param code Unicode codepoint
217 * Get east-asian width of a codepoint.
219 * @param code Unicode codepoint
225 * Get general category of a codepoint.
227 * @param code Unicode codepoint
234 * Get bidirectional class of a codepoint.
236 * @param code Unicode codepoint
242 * Get script of a codepoint.
244 * @param code Unicode codepoint
250 * Check if codepoint can be mirrored.
252 * @param code Unicode codepoint
258 * Mirror a codepoint.
260 * @param code Unicode codepoint
261 * @return mirrored codepoint or the original codepoint if no
267 * Pairwise canonical decomposition of a codepoint. This includes
274 * @param code Unicode codepoint
275 * @param a filled with first codepoint of decomposition
276 * @param b filled with second codepoint of decomposition, or 0
282 * Compatibility decomposition of a codepoint.
284 * @param code Unicode codepoint
301 * @param a first codepoint
302 * @param b second codepoint