Home | History | Annotate | Download | only in unicode

Lines Matching refs:decomposition

254      * Gets the decomposition mapping of c.
258 * if c does not have a decomposition mapping in this instance's data.
261 * @param decomposition String object which will be set to c's
262 * decomposition mapping, if there is one.
263 * @return TRUE if c has a decomposition, otherwise FALSE
267 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
270 * Gets the raw decomposition mapping of c.
273 * raw decomposition mapping as specified in UnicodeData.txt or
288 * @param decomposition String object which will be set to c's
289 * raw decomposition mapping, if there is one.
290 * @return TRUE if c has a decomposition, otherwise FALSE
294 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
301 * c has a canonical decomposition to a+b
519 * Gets the decomposition mapping of c.
524 * @param decomposition String object which will be set to c's
525 * decomposition mapping, if there is one.
526 * @return TRUE if c has a decomposition, otherwise FALSE
530 getDecomposition(UChar32 c, UnicodeString &decomposition) const;
533 * Gets the raw decomposition mapping of c.
538 * @param decomposition String object which will be set to c's
539 * raw decomposition mapping, if there is one.
540 * @return TRUE if c has a decomposition, otherwise FALSE
544 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;