Home
last modified time | relevance | path

Searched refs:splitRange (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py602 def splitRange(startCode, endCode, cmap): function
789 start, end = splitRange(startCode[-1], lastCode, cmap)
794 start, end = splitRange(startCode[-1], lastCode, cmap)
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp474 splitRange, rangeCount, count1, count2); in allocWeightsInMinLengthRanges()