Home
last modified time | relevance | path

Searched refs:endCharCode (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh182 if (codepoint > endCharCode) return +1; in cmp()
193 ULONG endCharCode; /* Last character code in this group. */ member
/external/icu/icu4c/source/samples/layout/
Dsfnt.h114 le_uint32 endCharCode; member
Dcmaps.cpp195 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp236 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
Dsfnt.h197 le_uint32 endCharCode; member
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp239 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
Dsfnt.h197 le_uint32 endCharCode; member
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py912 startCharCode, endCharCode, glyphID = struct.unpack(">LLL",data[pos:pos+12] )
914 lenGroup = 1 + endCharCode - startCharCode
915 charCodes.extend(list(range(startCharCode, endCharCode +1)))