Home | History | Annotate | Download | only in unicode

Lines Matching refs:decomposition

44      * Decomposition followed by composition.
63 * If a string is in this form, then further decomposition <i>without reordering</i>
333 * Gets the decomposition mapping of c.
337 * if c does not have a decomposition mapping in this instance's data.
341 * @param decomposition String buffer which will be set to c's
342 * decomposition mapping, if there is one.
343 * @param capacity number of UChars that can be written to decomposition
348 * @return the non-negative length of c's decomposition, if there is one; otherwise a negative value
353 UChar32 c, UChar *decomposition, int32_t capacity,
357 * Gets the raw decomposition mapping of c.
360 * raw decomposition mapping as specified in UnicodeData.txt or
375 * @param decomposition String buffer which will be set to c's
376 * raw decomposition mapping, if there is one.
377 * @param capacity number of UChars that can be written to decomposition
382 decomposition, if there is one; otherwise a negative value
387 UChar32 c, UChar *decomposition, int32_t capacity,
395 * c has a canonical decomposition to a+b