Home | History | Annotate | Download | only in unicode

Lines Matching full:macro

28  * If you are looking for a new equivalent to an old macro, please see the
42 * - The selection framework also caused many macro aliases.
109 * The UTF-specific macros have the UTF size in the macro name prefixes (UTF16_...), while
128 * the safe/not strict (default) or the safe/strict macro;
136 * Only in some cases it may be necessary to control the choice of macro directly and use a less generic alias.
173 * The default choice for general Unicode string macros is to use the ..._SAFE macro implementations
194 * a macro. They should be tested with UTF_IS_ERROR() or UTF_IS_VALID().
225 * This is a combined macro: Is c a valid Unicode value _and_ not an error code?
758 * bodies and all macro statements should be terminated with semicolon.</p>