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.hh402 if (codepoint > endCharCode) return +1; in cmp()
414 HBUINT32 endCharCode; /* Last character code in this group. */ member
482 MIN ((hb_codepoint_t) this->groups[i].endCharCode, in collect_unicodes()
517 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph()
556 group->endCharCode.set (cp); in create_sub_table_plan()
559 else group->endCharCode.set (cp); in create_sub_table_plan()
565 …rtCharCode, (uint32_t) group.endCharCode, (uint32_t) group.glyphID, (uint32_t) group.glyphID + ((u… in create_sub_table_plan()
576 return (cp - 1 == group->endCharCode) && in _is_gid_consecutive()
/external/icu/icu4c/source/samples/layout/
Dsfnt.h120 le_uint32 endCharCode; member
Dcmaps.cpp201 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
/external/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp242 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
Dsfnt.h203 le_uint32 endCharCode; member
/external/icu/icu4c/source/test/letest/
Dcmaps.cpp241 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
Dsfnt.h199 le_uint32 endCharCode; member
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py944 startCharCode, endCharCode, glyphID = struct.unpack(">LLL",data[pos:pos+12] )
946 lenGroup = 1 + endCharCode - startCharCode
947 charCodes.extend(list(range(startCharCode, endCharCode +1)))