Lines Matching defs:strict
341 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
407 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
480 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
574 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
642 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
717 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
762 #define UTF32_IS_SAFE(c, strict) \ argument
804 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
838 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
892 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
929 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
936 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
971 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument