Lines Matching defs:strict
375 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
441 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
514 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
608 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
676 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
751 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
796 #define UTF32_IS_SAFE(c, strict) \ argument
838 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
872 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
926 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
963 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
970 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
1005 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument