Lines Matching defs:s
336 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument
343 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
350 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
370 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
390 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument
395 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument
404 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument
409 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
421 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
430 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
433 #define UTF8_FWD_N_SAFE(s, i, length, n) U8_FWD_N(s, i, length, n) argument
436 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i) argument
439 #define UTF8_PREV_CHAR_UNSAFE(s, i, c) { \ argument
462 #define UTF8_BACK_1_UNSAFE(s, i) { \ argument
467 #define UTF8_BACK_N_UNSAFE(s, i, n) { \ argument
476 #define UTF8_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
482 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
494 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i) argument
497 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n) argument
500 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length) argument
564 #define UTF16_GET_CHAR_UNSAFE(s, i, c) { \ argument
576 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
603 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
611 #define UTF16_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
621 #define UTF16_FWD_1_UNSAFE(s, i) { \ argument
628 #define UTF16_FWD_N_UNSAFE(s, i, n) { \ argument
637 #define UTF16_SET_CHAR_START_UNSAFE(s, i) { \ argument
644 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
663 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
679 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) argument
682 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) argument
685 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) argument
688 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ argument
696 #define UTF16_BACK_1_UNSAFE(s, i) { \ argument
703 #define UTF16_BACK_N_UNSAFE(s, i, n) { \ argument
712 #define UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
719 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
738 #define UTF16_BACK_1_SAFE(s, start, i) U16_BACK_1(s, start, i) argument
741 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n) argument
744 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument
801 #define UTF32_GET_CHAR_UNSAFE(s, i, c) { \ argument
806 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
816 #define UTF32_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
821 #define UTF32_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
826 #define UTF32_FWD_1_UNSAFE(s, i) { \ argument
831 #define UTF32_FWD_N_UNSAFE(s, i, n) { \ argument
836 #define UTF32_SET_CHAR_START_UNSAFE(s, i) { \ argument
840 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
848 #define UTF32_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
857 #define UTF32_FWD_1_SAFE(s, i, length) { \ argument
862 #define UTF32_FWD_N_SAFE(s, i, length, n) { \ argument
869 #define UTF32_SET_CHAR_START_SAFE(s, start, i) { \ argument
875 #define UTF32_PREV_CHAR_UNSAFE(s, i, c) { \ argument
880 #define UTF32_BACK_1_UNSAFE(s, i) { \ argument
885 #define UTF32_BACK_N_UNSAFE(s, i, n) { \ argument
890 #define UTF32_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
894 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
902 #define UTF32_BACK_1_SAFE(s, start, i) { \ argument
907 #define UTF32_BACK_N_SAFE(s, start, i, n) { \ argument
915 #define UTF32_SET_CHAR_LIMIT_SAFE(s, i, length) { \ argument
928 #define UTF_GET_CHAR_UNSAFE(s, i, c) UTF16_GET_CHAR_UNSAFE(s, i, c) argument
931 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
935 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c) argument
938 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
942 #define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) argument
945 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
949 #define UTF_FWD_1_UNSAFE(s, i) UTF16_FWD_1_UNSAFE(s, i) argument
952 #define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length) argument
956 #define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n) argument
959 #define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n) argument
963 #define UTF_SET_CHAR_START_UNSAFE(s, i) UTF16_SET_CHAR_START_UNSAFE(s, i) argument
966 #define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i) argument
970 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c) argument
973 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument
977 #define UTF_BACK_1_UNSAFE(s, i) UTF16_BACK_1_UNSAFE(s, i) argument
980 #define UTF_BACK_1_SAFE(s, start, i) UTF16_BACK_1_SAFE(s, start, i) argument
984 #define UTF_BACK_N_UNSAFE(s, i, n) UTF16_BACK_N_UNSAFE(s, i, n) argument
987 #define UTF_BACK_N_SAFE(s, start, i, n) UTF16_BACK_N_SAFE(s, start, i, n) argument
991 #define UTF_SET_CHAR_LIMIT_UNSAFE(s, i) UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) argument
994 #define UTF_SET_CHAR_LIMIT_SAFE(s, start, i, length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) argument
1049 #define UTF_GET_CHAR(s, start, i, length, c) U16_GET(s, start, i, length, c) argument
1062 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) argument
1075 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
1086 #define UTF_FWD_1(s, i, length) U16_FWD_1(s, i, length) argument
1097 #define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n) argument
1113 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i) argument
1126 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c) argument
1139 #define UTF_BACK_1(s, start, i) U16_BACK_1(s, start, i) argument
1152 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n) argument
1168 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument