Lines Matching defs:strict
339 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
405 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
478 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
572 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
640 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
715 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
760 #define UTF32_IS_SAFE(c, strict) \ argument
802 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
836 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
890 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
927 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
934 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
969 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument