Home | History | Annotate | Download | only in unicode

Lines Matching full:macro

31  * bodies and all macro statements should be terminated with semicolon.
154 * for a code point, in which case the macro will read all of the bytes
176 * for a code point, in which case the macro will read all of the bytes
202 * "Unsafe" macro, assumes well-formed UTF-8.
205 * in which case the macro will read the whole sequence.
238 * "Safe" macro, checks for illegal sequences and for string boundaries.
241 * in which case the macro will read the whole sequence.
267 * "Unsafe" macro, assumes a valid code point and sufficient space in the string.
299 * "Safe" macro, checks for a valid code point.
323 * "Unsafe" macro, assumes well-formed UTF-8.
337 * "Safe" macro, checks for illegal sequences and for string boundaries.
363 * "Unsafe" macro, assumes well-formed UTF-8.
383 * "Safe" macro, checks for illegal sequences and for string boundaries.
406 * "Unsafe" macro, assumes well-formed UTF-8.
423 * "Safe" macro, checks for illegal sequences and for string boundaries.
443 * "Unsafe" macro, assumes well-formed UTF-8.
446 * If the offset is behind a multi-byte sequence, then the macro will read
484 * "Safe" macro, checks for illegal sequences and for string boundaries.
487 * If the offset is behind a multi-byte sequence, then the macro will read
515 * "Unsafe" macro, assumes well-formed UTF-8.
530 * "Safe" macro, checks for illegal sequences and for string boundaries.
549 * "Unsafe" macro, assumes well-formed UTF-8.
570 * "Safe" macro, checks for illegal sequences and for string boundaries.
593 * "Unsafe" macro, assumes well-formed UTF-8.
611 * "Safe" macro, checks for illegal sequences and for string boundaries.