Searched refs:endCharCode (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 455 if (codepoint > endCharCode) return +1; in cmp() 467 HBUINT32 endCharCode; /* Last character code in this group. */ member 536 hb_codepoint_t end = hb_min ((hb_codepoint_t) this->groups[i].endCharCode, in collect_unicodes() 569 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph() 582 hb_codepoint_t startCharCode = 0xFFFF, endCharCode = 0xFFFF; in serialize() local 591 endCharCode = _.first; in serialize() 594 else if (!_is_gid_consecutive (endCharCode, startCharCode, glyphID, _.first, _.second)) in serialize() 598 grouprecord.endCharCode = endCharCode; in serialize() 603 endCharCode = _.first; in serialize() 608 endCharCode = _.first; in serialize() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | sfnt.h | 120 le_uint32 endCharCode; member
|
D | cmaps.cpp | 201 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
|
/external/icu/icu4c/source/test/letest/ |
D | cmaps.cpp | 241 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
|
D | sfnt.h | 199 le_uint32 endCharCode; member
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cmaps.cpp | 242 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph()
|
D | sfnt.h | 203 le_uint32 endCharCode; member
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _c_m_a_p.py | 943 startCharCode, endCharCode, glyphID = struct.unpack(">LLL",data[pos:pos+12] ) 945 lenGroup = 1 + endCharCode - startCharCode 946 charCodes.extend(list(range(startCharCode, endCharCode +1)))
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 13179 <!-- OT::ULONG OT::CmapSubtableLongGroup::endCharCode --> 13180 …<var-decl name='endCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/sp… 16056 <!-- OT::ULONG OT::CmapSubtableLongGroup::endCharCode --> 16057 …<var-decl name='endCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/sp…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 8725 …<var-decl name='endCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/sp… 10590 …<var-decl name='endCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/sp…
|