Lines Matching full:safe
37 * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing)
49 * - "Safe" append macros needed the addition of an error indicator output.
50 * - "Safe" UTF-8 macros used legitimate (if rarely used) code point values
57 * for string processing, and among unsafe/safe/strict default macros for that.
113 * Where such a distinction is useful, there are two versions of the macros, "unsafe" and "safe"
115 * program failures if the strings are not well-formed. The safe macros have an additional, boolean
118 * Safe macros return special error code points for illegal/irregular sequences:
128 * the safe/not strict (default) or the safe/strict macro;
131 * <p>It is possible to change the default choice for the general alias macros to be unsafe, safe/not strict or safe/strict.
132 * The default is safe/not strict. It is not recommended to select the unsafe macros as the basis for
996 /* Define default macros (UTF-16 "safe") ------------------------------------ */