Lines Matching full:case
16 * Case mapping service object and functions using it.
27 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
39 * UCaseMap is an opaque service object for newer ICU case mapping functions.
54 * @param options Options bit set, used for case folding and string comparisons.
80 * Get the locale ID that is used for language-dependent case mappings.
89 * Get the options bit set that is used for case folding and string comparisons.
98 * Set the locale ID that is used for language-dependent case mappings.
112 * Set the options bit set that is used for case folding and string comparisons.
150 * This follows Unicode 4 & 5 section 3.13 Default Case Operations:
204 * advantages from being able to use a UCaseMap object for multiple case mapping
233 * The contents is undefined in case of failure.
241 * @return The length of the result string, if successful - or in case of a buffer overflow,
242 * in which case it will be greater than destCapacity.
264 * The contents is undefined in case of failure.
272 * @return The length of the result string, if successful - or in case of a buffer overflow,
273 * in which case it will be greater than destCapacity.
293 * The contents is undefined in case of failure.
301 * @return The length of the result string, if successful - or in case of a buffer overflow,
302 * in which case it will be greater than destCapacity.
343 * The contents is undefined in case of failure.
351 * @return The length of the result string, if successful - or in case of a buffer overflow,
352 * in which case it will be greater than destCapacity.
368 * Case-fold the characters in a UTF-8 string.
369 * Case-folding is locale-independent and not context-sensitive,
378 * The contents is undefined in case of failure.
386 * @return The length of the result string, if successful - or in case of a buffer overflow,
387 * in which case it will be greater than destCapacity.