Lines Matching +full:case +full:- +full:sensitive
19 * \brief C++ API: Low-level C++ case mapping functions.
29 * Low-level C++ case mapping functions.
36 * Lowercases a UTF-16 string and optionally records edits.
37 * Casing is locale-dependent and context-sensitive.
44 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
45 * @param dest A buffer for the result string. The result will be NUL-terminated if
47 * The contents is undefined in case of failure.
54 * This function calls edits->reset() first unless
72 * Uppercases a UTF-16 string and optionally records edits.
73 * Casing is locale-dependent and context-sensitive.
80 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
81 * @param dest A buffer for the result string. The result will be NUL-terminated if
83 * The contents is undefined in case of failure.
90 * This function calls edits->reset() first unless
110 * Titlecases a UTF-16 string and optionally records edits.
111 * Casing is locale-dependent and context-sensitive.
130 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
131 * @param dest A buffer for the result string. The result will be NUL-terminated if
133 * The contents is undefined in case of failure.
140 * This function calls edits->reset() first unless
161 * Case-folds a UTF-16 string and optionally records edits.
163 * Case folding is locale-independent and not context-sensitive,
173 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
174 * @param dest A buffer for the result string. The result will be NUL-terminated if
176 * The contents is undefined in case of failure.
183 * This function calls edits->reset() first unless
201 * Lowercases a UTF-8 string and optionally records edits.
202 * Casing is locale-dependent and context-sensitive.
213 * This function calls edits->reset() first unless
227 * Uppercases a UTF-8 string and optionally records edits.
228 * Casing is locale-dependent and context-sensitive.
239 * This function calls edits->reset() first unless
255 * Titlecases a UTF-8 string and optionally records edits.
256 * Casing is locale-dependent and context-sensitive.
279 * This function calls edits->reset() first unless
295 * Case-folds a UTF-8 string and optionally records edits.
297 * Case folding is locale-independent and not context-sensitive,
310 * This function calls edits->reset() first unless
324 * Lowercases a UTF-8 string and optionally records edits.
325 * Casing is locale-dependent and context-sensitive.
332 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
333 * @param dest A buffer for the result string. The result will be NUL-terminated if
335 * The contents is undefined in case of failure.
342 * This function calls edits->reset() first unless
360 * Uppercases a UTF-8 string and optionally records edits.
361 * Casing is locale-dependent and context-sensitive.
368 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
369 * @param dest A buffer for the result string. The result will be NUL-terminated if
371 * The contents is undefined in case of failure.
378 * This function calls edits->reset() first unless
398 * Titlecases a UTF-8 string and optionally records edits.
399 * Casing is locale-dependent and context-sensitive.
418 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
419 * @param dest A buffer for the result string. The result will be NUL-terminated if
421 * The contents is undefined in case of failure.
428 * This function calls edits->reset() first unless
448 * Case-folds a UTF-8 string and optionally records edits.
450 * Case folding is locale-independent and not context-sensitive,
460 * @param srcLength The length of the original string. If -1, then src must be NUL-terminated.
461 * @param dest A buffer for the result string. The result will be NUL-terminated if
463 * The contents is undefined in case of failure.
470 * This function calls edits->reset() first unless