Home | History | Annotate | Download | only in unicode

Lines Matching full:unsafe

37  * - Switch on UTF_SAFE etc. (selection of unsafe/safe/strict default string processing)
57 * for string processing, and among unsafe/safe/strict default macros for that.
61 * Unsafe default macros would be dangerous for default string processing,
113 * Where such a distinction is useful, there are two versions of the macros, "unsafe" and "safe"
114 * ones with ..._UNSAFE and ..._SAFE suffixes. The unsafe macros are fast but may cause
127 * Then, in a second step, the default, general alias macros are set to use either the unsafe or
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