Lines Matching defs:s
334 #define UTF8_GET_CHAR_UNSAFE(s, i, c) { \ argument
341 #define UTF8_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
348 #define UTF8_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
368 #define UTF8_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
388 #define UTF8_FWD_1_UNSAFE(s, i) { \ argument
393 #define UTF8_FWD_N_UNSAFE(s, i, n) { \ argument
402 #define UTF8_SET_CHAR_START_UNSAFE(s, i) { \ argument
407 #define UTF8_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
419 #define UTF8_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
428 #define UTF8_FWD_1_SAFE(s, i, length) U8_FWD_1(s, i, length) argument
431 #define UTF8_FWD_N_SAFE(s, i, length, n) U8_FWD_N(s, i, length, n) argument
434 #define UTF8_SET_CHAR_START_SAFE(s, start, i) U8_SET_CP_START(s, start, i) argument
437 #define UTF8_PREV_CHAR_UNSAFE(s, i, c) { \ argument
460 #define UTF8_BACK_1_UNSAFE(s, i) { \ argument
465 #define UTF8_BACK_N_UNSAFE(s, i, n) { \ argument
474 #define UTF8_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
480 #define UTF8_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
492 #define UTF8_BACK_1_SAFE(s, start, i) U8_BACK_1(s, start, i) argument
495 #define UTF8_BACK_N_SAFE(s, start, i, n) U8_BACK_N(s, start, i, n) argument
498 #define UTF8_SET_CHAR_LIMIT_SAFE(s, start, i, length) U8_SET_CP_LIMIT(s, start, i, length) argument
562 #define UTF16_GET_CHAR_UNSAFE(s, i, c) { \ argument
574 #define UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
601 #define UTF16_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
609 #define UTF16_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
619 #define UTF16_FWD_1_UNSAFE(s, i) { \ argument
626 #define UTF16_FWD_N_UNSAFE(s, i, n) { \ argument
635 #define UTF16_SET_CHAR_START_UNSAFE(s, i) { \ argument
642 #define UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
661 #define UTF16_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
677 #define UTF16_FWD_1_SAFE(s, i, length) U16_FWD_1(s, i, length) argument
680 #define UTF16_FWD_N_SAFE(s, i, length, n) U16_FWD_N(s, i, length, n) argument
683 #define UTF16_SET_CHAR_START_SAFE(s, start, i) U16_SET_CP_START(s, start, i) argument
686 #define UTF16_PREV_CHAR_UNSAFE(s, i, c) { \ argument
694 #define UTF16_BACK_1_UNSAFE(s, i) { \ argument
701 #define UTF16_BACK_N_UNSAFE(s, i, n) { \ argument
710 #define UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
717 #define UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
736 #define UTF16_BACK_1_SAFE(s, start, i) U16_BACK_1(s, start, i) argument
739 #define UTF16_BACK_N_SAFE(s, start, i, n) U16_BACK_N(s, start, i, n) argument
742 #define UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument
799 #define UTF32_GET_CHAR_UNSAFE(s, i, c) { \ argument
804 #define UTF32_GET_CHAR_SAFE(s, start, i, length, c, strict) { \ argument
814 #define UTF32_NEXT_CHAR_UNSAFE(s, i, c) { \ argument
819 #define UTF32_APPEND_CHAR_UNSAFE(s, i, c) { \ argument
824 #define UTF32_FWD_1_UNSAFE(s, i) { \ argument
829 #define UTF32_FWD_N_UNSAFE(s, i, n) { \ argument
834 #define UTF32_SET_CHAR_START_UNSAFE(s, i) { \ argument
838 #define UTF32_NEXT_CHAR_SAFE(s, i, length, c, strict) { \ argument
846 #define UTF32_APPEND_CHAR_SAFE(s, i, length, c) { \ argument
855 #define UTF32_FWD_1_SAFE(s, i, length) { \ argument
860 #define UTF32_FWD_N_SAFE(s, i, length, n) { \ argument
867 #define UTF32_SET_CHAR_START_SAFE(s, start, i) { \ argument
873 #define UTF32_PREV_CHAR_UNSAFE(s, i, c) { \ argument
878 #define UTF32_BACK_1_UNSAFE(s, i) { \ argument
883 #define UTF32_BACK_N_UNSAFE(s, i, n) { \ argument
888 #define UTF32_SET_CHAR_LIMIT_UNSAFE(s, i) { \ argument
892 #define UTF32_PREV_CHAR_SAFE(s, start, i, c, strict) { \ argument
900 #define UTF32_BACK_1_SAFE(s, start, i) { \ argument
905 #define UTF32_BACK_N_SAFE(s, start, i, n) { \ argument
913 #define UTF32_SET_CHAR_LIMIT_SAFE(s, i, length) { \ argument
926 #define UTF_GET_CHAR_UNSAFE(s, i, c) UTF16_GET_CHAR_UNSAFE(s, i, c) argument
929 #define UTF_GET_CHAR_SAFE(s, start, i, length, c, strict) UTF16_GET_CHAR_SAFE(s, start, i, length, … argument
933 #define UTF_NEXT_CHAR_UNSAFE(s, i, c) UTF16_NEXT_CHAR_UNSAFE(s, i, c) argument
936 #define UTF_NEXT_CHAR_SAFE(s, i, length, c, strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) argument
940 #define UTF_APPEND_CHAR_UNSAFE(s, i, c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) argument
943 #define UTF_APPEND_CHAR_SAFE(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
947 #define UTF_FWD_1_UNSAFE(s, i) UTF16_FWD_1_UNSAFE(s, i) argument
950 #define UTF_FWD_1_SAFE(s, i, length) UTF16_FWD_1_SAFE(s, i, length) argument
954 #define UTF_FWD_N_UNSAFE(s, i, n) UTF16_FWD_N_UNSAFE(s, i, n) argument
957 #define UTF_FWD_N_SAFE(s, i, length, n) UTF16_FWD_N_SAFE(s, i, length, n) argument
961 #define UTF_SET_CHAR_START_UNSAFE(s, i) UTF16_SET_CHAR_START_UNSAFE(s, i) argument
964 #define UTF_SET_CHAR_START_SAFE(s, start, i) UTF16_SET_CHAR_START_SAFE(s, start, i) argument
968 #define UTF_PREV_CHAR_UNSAFE(s, i, c) UTF16_PREV_CHAR_UNSAFE(s, i, c) argument
971 #define UTF_PREV_CHAR_SAFE(s, start, i, c, strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) argument
975 #define UTF_BACK_1_UNSAFE(s, i) UTF16_BACK_1_UNSAFE(s, i) argument
978 #define UTF_BACK_1_SAFE(s, start, i) UTF16_BACK_1_SAFE(s, start, i) argument
982 #define UTF_BACK_N_UNSAFE(s, i, n) UTF16_BACK_N_UNSAFE(s, i, n) argument
985 #define UTF_BACK_N_SAFE(s, start, i, n) UTF16_BACK_N_SAFE(s, start, i, n) argument
989 #define UTF_SET_CHAR_LIMIT_UNSAFE(s, i) UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) argument
992 #define UTF_SET_CHAR_LIMIT_SAFE(s, start, i, length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) argument
1047 #define UTF_GET_CHAR(s, start, i, length, c) U16_GET(s, start, i, length, c) argument
1060 #define UTF_NEXT_CHAR(s, i, length, c) U16_NEXT(s, i, length, c) argument
1073 #define UTF_APPEND_CHAR(s, i, length, c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) argument
1084 #define UTF_FWD_1(s, i, length) U16_FWD_1(s, i, length) argument
1095 #define UTF_FWD_N(s, i, length, n) U16_FWD_N(s, i, length, n) argument
1111 #define UTF_SET_CHAR_START(s, start, i) U16_SET_CP_START(s, start, i) argument
1124 #define UTF_PREV_CHAR(s, start, i, c) U16_PREV(s, start, i, c) argument
1137 #define UTF_BACK_1(s, start, i) U16_BACK_1(s, start, i) argument
1150 #define UTF_BACK_N(s, start, i, n) U16_BACK_N(s, start, i, n) argument
1166 #define UTF_SET_CHAR_LIMIT(s, start, i, length) U16_SET_CP_LIMIT(s, start, i, length) argument