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.
285 * "Unsafe" macro, assumes a valid code point and sufficient space in the string.
317 * "Safe" macro, checks for a valid code point.
348 * "Unsafe" macro, assumes well-formed UTF-8.
362 * "Safe" macro, checks for illegal sequences and for string boundaries.
388 * "Unsafe" macro, assumes well-formed UTF-8.
408 * "Safe" macro, checks for illegal sequences and for string boundaries.
431 * "Unsafe" macro, assumes well-formed UTF-8.
448 * "Safe" macro, checks for illegal sequences and for string boundaries.
468 * "Unsafe" macro, assumes well-formed UTF-8.
471 * If the offset is behind a multi-byte sequence, then the macro will read
509 * "Safe" macro, checks for illegal sequences and for string boundaries.
512 * If the offset is behind a multi-byte sequence, then the macro will read
540 * "Unsafe" macro, assumes well-formed UTF-8.
555 * "Safe" macro, checks for illegal sequences and for string boundaries.
574 * "Unsafe" macro, assumes well-formed UTF-8.
595 * "Safe" macro, checks for illegal sequences and for string boundaries.
618 * "Unsafe" macro, assumes well-formed UTF-8.
636 * "Safe" macro, checks for illegal sequences and for string boundaries.