Lines Matching defs:STR
76 def in_test_quick_match_single_character(STR): argument
83 def in_test_no_match_single_character(STR): argument
91 def in_test_quick_match_two_characters(STR): argument
98 def in_test_no_match_two_character(STR): argument
105 def in_test_slow_match_two_characters(STR): argument
113 def in_test_slow_match_100_characters(STR): argument
126 def re_test_slow_match_100_characters(STR): argument
141 def find_test_quick_match_single_character(STR): argument
149 def find_test_no_match_single_character(STR): argument
158 def find_test_quick_match_two_characters(STR): argument
166 def find_test_no_match_two_character(STR): argument
174 def find_test_no_match_two_character_bis(STR): argument
182 def find_test_slow_match_two_characters(STR): argument
190 def find_test_slow_match_two_characters_bis(STR): argument
199 def find_test_slow_match_100_characters(STR): argument
211 def find_test_slow_match_100_characters_bis(STR): argument
225 def rfind_test_quick_match_single_character(STR): argument
233 def rfind_test_no_match_single_character(STR): argument
242 def rfind_test_quick_match_two_characters(STR): argument
250 def rfind_test_no_match_two_character(STR): argument
258 def rfind_test_no_match_two_character_bis(STR): argument
266 def rfind_test_slow_match_two_characters(STR): argument
274 def rfind_test_slow_match_two_characters_bis(STR): argument
283 def rfind_test_slow_match_100_characters(STR): argument
295 def rfind_test_slow_match_100_characters_bis(STR): argument
310 def index_test_quick_match_single_character(STR): argument
318 def index_test_quick_match_two_characters(STR): argument
326 def index_test_slow_match_two_characters(STR): argument
335 def index_test_slow_match_100_characters(STR): argument
349 def rindex_test_quick_match_single_character(STR): argument
357 def rindex_test_quick_match_two_characters(STR): argument
365 def rindex_test_slow_match_two_characters(STR): argument
374 def rindex_test_slow_match_100_characters(STR): argument
388 def partition_test_quick_match_single_character(STR): argument
396 def partition_test_no_match_single_character(STR): argument
405 def partition_test_quick_match_two_characters(STR): argument
413 def partition_test_no_match_two_character(STR): argument
421 def partition_test_slow_match_two_characters(STR): argument
430 def partition_test_slow_match_100_characters(STR): argument
444 def rpartition_test_quick_match_single_character(STR): argument
452 def rpartition_test_no_match_single_character(STR): argument
461 def rpartition_test_quick_match_two_characters(STR): argument
469 def rpartition_test_no_match_two_character(STR): argument
477 def rpartition_test_slow_match_two_characters(STR): argument
486 def rpartition_test_slow_match_100_characters(STR): argument
500 def split_test_quick_match_single_character(STR): argument
508 def split_test_no_match_single_character(STR): argument
517 def split_test_quick_match_two_characters(STR): argument
525 def split_test_no_match_two_character(STR): argument
533 def split_test_slow_match_two_characters(STR): argument
542 def split_test_slow_match_100_characters(STR): argument
556 def rsplit_test_quick_match_single_character(STR): argument
564 def rsplit_test_no_match_single_character(STR): argument
573 def rsplit_test_quick_match_two_characters(STR): argument
581 def rsplit_test_no_match_two_character(STR): argument
589 def rsplit_test_slow_match_two_characters(STR): argument
598 def rsplit_test_slow_match_100_characters(STR): argument
612 def repeat_single_10_times(STR): argument
618 def repeat_single_1000_times(STR): argument
624 def repeat_5_10_times(STR): argument
630 def repeat_5_1000_times(STR): argument
638 def concat_two_strings(STR): argument
646 def concat_many_strings(STR): argument
674 def get_bytes_yielding_seq(STR, arg): argument
681 def join_empty_single(STR): argument
690 def join_empty_5(STR): argument
699 def join_alphabet_single(STR): argument
708 def join_alphabet_5(STR): argument
717 def join_alphabet_list_single(STR): argument
726 def join_alphabet_list_five(STR): argument
735 def join_100_words_single(STR): argument
744 def join_100_words_5(STR): argument
754 def whitespace_split(STR): argument
761 def whitespace_rsplit(STR): argument
769 def whitespace_split_1(STR): argument
778 def whitespace_rsplit_1(STR): argument
787 def whitespace_partition(STR): argument
796 def whitespace_rpartition(STR): argument
820 def _get_human_text(STR): argument
828 def whitespace_split_huge(STR): argument
835 def whitespace_rsplit_huge(STR): argument
844 def newlines_split(STR): argument
853 def newlines_rsplit(STR): argument
861 def newlines_splitlines(STR): argument
889 def _get_2000_lines(STR): argument
898 def newlines_split_2000(STR): argument
906 def newlines_rsplit_2000(STR): argument
914 def newlines_splitlines_2000(STR): argument
925 def split_multichar_sep_small(STR): argument
934 def rsplit_multichar_sep_small(STR): argument
944 def split_multichar_sep_dna(STR): argument
953 def rsplit_multichar_sep_dna(STR): argument
969 def tab_split_no_limit(STR): argument
977 def tab_split_limit(STR): argument
985 def tab_rsplit_no_limit(STR): argument
993 def tab_rsplit_limit(STR): argument
1004 def count_newlines(STR): argument
1069 def _get_dna(STR): argument
1077 def count_aact(STR): argument
1087 def startswith_single(STR): argument
1096 def startswith_multiple(STR): argument
1105 def startswith_multiple_not(STR): argument
1116 def endswith_single(STR): argument
1124 def endswith_multiple(STR): argument
1133 def endswith_multiple_not(STR): argument
1143 def terminal_newline_strip_right(STR): argument
1150 def terminal_newline_rstrip(STR): argument
1157 def terminal_newline_strip_left(STR): argument
1164 def terminal_newline_strip_both(STR): argument
1171 def terminal_newline_lstrip(STR): argument
1179 def terminal_newline_if_else(STR): argument
1189 def terminal_space_strip(STR): argument
1196 def terminal_space_rstrip(STR): argument
1203 def terminal_space_lstrip(STR): argument
1213 def replace_single_character(STR): argument
1224 def replace_single_character_re(STR): argument
1234 def replace_single_character_big(STR): argument
1245 def replace_single_character_big_re(STR): argument
1256 def replace_multiple_characters_dna(STR): argument
1267 def replace_multiple_character_big(STR): argument
1279 def replace_multiple_character_remove(STR): argument
1291 def _get_big_s(STR): argument
1300 def quick_replace_single_match(STR): argument
1310 def quick_replace_multiple_match(STR): argument
1329 def _get_format(STR): argument
1338 def _get_format_dict(STR): argument
1350 def format_with_dict(STR): argument
1361 def lower_conversion_rare(STR): argument
1369 def lower_conversion_dense(STR): argument
1378 def upper_conversion_rare(STR): argument
1386 def upper_conversion_dense(STR): argument