Lines Matching defs:s
332 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument
339 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
346 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
366 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
386 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument
391 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument
400 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument
405 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
417 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
426 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
429 #define UTF8_FWD_N_SAFE(s, i, length, n) U8_FWD_N(s, i, length, n) argument
432 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i) argument
435 #define UTF8_PREV_CHAR_UNSAFE(s, i, c) { \ argument
458 #define UTF8_BACK_1_UNSAFE(s, i) { \ argument
463 #define UTF8_BACK_N_UNSAFE(s, i, n) { \ argument
472 #define UTF8_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
478 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
490 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i) argument
493 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n) argument
496 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length) argument
560 #define UTF16_GET_CHAR_UNSAFE(s, i, c) { \ argument
572 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
599 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
607 #define UTF16_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
617 #define UTF16_FWD_1_UNSAFE(s, i) { \ argument
624 #define UTF16_FWD_N_UNSAFE(s, i, n) { \ argument
633 #define UTF16_SET_CHAR_START_UNSAFE(s, i) { \ argument
640 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
659 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
675 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) argument
678 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) argument
681 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) argument
684 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ argument
692 #define UTF16_BACK_1_UNSAFE(s, i) { \ argument
699 #define UTF16_BACK_N_UNSAFE(s, i, n) { \ argument
708 #define UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
715 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
734 #define UTF16_BACK_1_SAFE(s, start, i) U16_BACK_1(s, start, i) argument
737 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n) argument
740 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument
797 #define UTF32_GET_CHAR_UNSAFE(s, i, c) { \ argument
802 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
812 #define UTF32_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
817 #define UTF32_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
822 #define UTF32_FWD_1_UNSAFE(s, i) { \ argument
827 #define UTF32_FWD_N_UNSAFE(s, i, n) { \ argument
832 #define UTF32_SET_CHAR_START_UNSAFE(s, i) { \ argument
836 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
844 #define UTF32_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
853 #define UTF32_FWD_1_SAFE(s, i, length) { \ argument
858 #define UTF32_FWD_N_SAFE(s, i, length, n) { \ argument
865 #define UTF32_SET_CHAR_START_SAFE(s, start, i) { \ argument
871 #define UTF32_PREV_CHAR_UNSAFE(s, i, c) { \ argument
876 #define UTF32_BACK_1_UNSAFE(s, i) { \ argument
881 #define UTF32_BACK_N_UNSAFE(s, i, n) { \ argument
886 #define UTF32_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
890 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
898 #define UTF32_BACK_1_SAFE(s, start, i) { \ argument
903 #define UTF32_BACK_N_SAFE(s, start, i, n) { \ argument
911 #define UTF32_SET_CHAR_LIMIT_SAFE(s, i, length) { \ argument
924 #define UTF_GET_CHAR_UNSAFE(s, i, c) UTF16_GET_CHAR_UNSAFE(s, i, c) argument
927 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
931 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c) argument
934 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
938 #define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) argument
941 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
945 #define UTF_FWD_1_UNSAFE(s, i) UTF16_FWD_1_UNSAFE(s, i) argument
948 #define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length) argument
952 #define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n) argument
955 #define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n) argument
959 #define UTF_SET_CHAR_START_UNSAFE(s, i) UTF16_SET_CHAR_START_UNSAFE(s, i) argument
962 #define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i) argument
966 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c) argument
969 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument
973 #define UTF_BACK_1_UNSAFE(s, i) UTF16_BACK_1_UNSAFE(s, i) argument
976 #define UTF_BACK_1_SAFE(s, start, i) UTF16_BACK_1_SAFE(s, start, i) argument
980 #define UTF_BACK_N_UNSAFE(s, i, n) UTF16_BACK_N_UNSAFE(s, i, n) argument
983 #define UTF_BACK_N_SAFE(s, start, i, n) UTF16_BACK_N_SAFE(s, start, i, n) argument
987 #define UTF_SET_CHAR_LIMIT_UNSAFE(s, i) UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) argument
990 #define UTF_SET_CHAR_LIMIT_SAFE(s, start, i, length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) argument
1045 #define UTF_GET_CHAR(s, start, i, length, c) U16_GET(s, start, i, length, c) argument
1058 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) argument
1071 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
1082 #define UTF_FWD_1(s, i, length) U16_FWD_1(s, i, length) argument
1093 #define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n) argument
1109 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i) argument
1122 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c) argument
1135 #define UTF_BACK_1(s, start, i) U16_BACK_1(s, start, i) argument
1148 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n) argument
1164 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument