Searched refs:splitbins (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Tools/unicode/ |
D | makeunicodedata.py | 284 index1, index2, shift = splitbins(index, trace) 292 index1, index2, shift = splitbins(decomp_index, trace) 302 index, index2, shift = splitbins(comp_data, trace) 320 index1, index2, shift = splitbins(index, trace) 458 index1, index2, shift = splitbins(index, trace) 708 offset1, offset2, shift = splitbins(phrasebook_offset, trace) 1073 def splitbins(t, trace=0): function
|