Home
last modified time | relevance | path

Searched refs:split_match (Results 1 – 5 of 5) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rebulk/
H A Dmatch.py791 split_match = copy.deepcopy(self)
792 current_match = split_match
797 if not split_match:
798 split_match = copy.deepcopy(current_match)
802 if split_match:
803 split_match.start = self.start + i
804 current_match = split_match
805 ret.append(split_match)
806 split_match = None
/dports/devel/py-rebulk/rebulk-3.1.0/rebulk/
H A Dmatch.py784 split_match = copy.deepcopy(self)
785 current_match = split_match
790 if not split_match:
791 split_match = copy.deepcopy(current_match)
795 if split_match:
796 split_match.start = self.start + i
797 current_match = split_match
798 ret.append(split_match)
799 split_match = None
/dports/converters/p5-Convert-Moji/Convert-Moji-0.10/lib/Convert/
H A DMoji.pm94 sub split_match subroutine
256 $input = split_match ($erter, $input, $convert_type);
/dports/textproc/amberfish/amberfish-1.6.4/src/
H A Dindex.c1594 int split_match = 0; /* number of characters matched with in etymon_af_index_get_split_list() local
1621 if (ch == split[split_match]) { in etymon_af_index_get_split_list()
1622 split_match++; in etymon_af_index_get_split_list()
1623 if (split_match == split_len) { in etymon_af_index_get_split_list()
1624 split_match = 0; in etymon_af_index_get_split_list()
1631 if (split_match != 0) { in etymon_af_index_get_split_list()
1632 split_match = 0; in etymon_af_index_get_split_list()
/dports/japanese/p5-Lingua-JA-Moji/Lingua-JA-Moji-0.36/lib/Lingua/JA/
H A DMoji.pm107 sub split_match subroutine