Searched refs:do_merge (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdcopy.py | 34 def CopyAndStripWithOptionalMerge(s, t, do_merge): 46 if do_merge: 83 if do_merge and last >= 0:
|
/third_party/toybox/toys/pending/ |
H A D | diff.c | 152 static void do_merge(struct candidate **K, int *k, int i, in do_merge() function 258 * 5. Form the k-candidates as discribed in do_merge. 340 do_merge(kcand, &k, i, e, e[i].p); in create_j_vector()
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 1531 def CopyAndStripWithOptionalMerge(s, t, do_merge): 1532 # TODO: We do not seem to need the do_merge argument and logic any more. 1543 if do_merge: 1580 if do_merge and last >= 0:
|
Completed in 5 milliseconds