Home | History | Annotate | Download | only in unicode

Lines Matching full:macro

31  * bodies and all macro statements should be terminated with semicolon.
152 * "Unsafe" macro, assumes well-formed UTF-16.
155 * for a supplementary code point, in which case the macro will read
180 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
183 * for a supplementary code point, in which case the macro will read
219 * "Unsafe" macro, assumes well-formed UTF-16.
222 * for a supplementary code point, in which case the macro will read
245 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
248 * for a supplementary code point, in which case the macro will read
276 * "Unsafe" macro, assumes a valid code point and sufficient space in the string.
298 * "Safe" macro, checks for a valid code point.
325 * "Unsafe" macro, assumes well-formed UTF-16.
341 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
359 * "Unsafe" macro, assumes well-formed UTF-16.
379 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
402 * "Unsafe" macro, assumes well-formed UTF-16.
421 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
441 * "Unsafe" macro, assumes well-formed UTF-16.
445 * for a supplementary code point, then the macro will read
468 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
472 * for a supplementary code point, then the macro will read
500 * "Unsafe" macro, assumes well-formed UTF-16.
517 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
536 * "Unsafe" macro, assumes well-formed UTF-16.
557 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.
580 * "Unsafe" macro, assumes well-formed UTF-16.
599 * "Safe" macro, handles unpaired surrogates and checks for string boundaries.