Searched refs:startCharCode (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/samples/layout/ |
D | cmaps.cpp | 189 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph() 196 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 201 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph() 202 …phID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode)); in unicodeToGlyph()
|
D | sfnt.h | 119 le_uint32 startCharCode; member 133 le_uint32 startCharCode; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 454 if (codepoint < startCharCode) return -1; in cmp() 466 HBUINT32 startCharCode; /* First character code in this group. */ member 481 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode]; in get_glyph() 489 hb_codepoint_t start = startCharCode; in collect_unicodes() 506 UINT startCharCode; /* First character code covered. */ member 535 hb_codepoint_t start = this->groups[i].startCharCode; in collect_unicodes() 569 { return likely (group.startCharCode <= group.endCharCode) ? in group_get_glyph() 570 group.glyphID + (u - group.startCharCode) : 0; } in group_get_glyph() 582 hb_codepoint_t startCharCode = 0xFFFF, endCharCode = 0xFFFF; in serialize() local 588 if (startCharCode == 0xFFFF) in serialize() [all …]
|
/external/icu/icu4c/source/test/letest/ |
D | cmaps.cpp | 229 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph() 236 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 241 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph() 242 …phID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode)); in unicodeToGlyph()
|
D | sfnt.h | 198 le_uint32 startCharCode; member 230 le_uint32 startCharCode; member 239 le_uint32 startCharCode; member
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | cmaps.cpp | 230 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) { in unicodeToGlyph() 237 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) { in unicodeToGlyph() 242 …if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= u… in unicodeToGlyph() 243 …phID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode)); in unicodeToGlyph()
|
D | sfnt.h | 202 le_uint32 startCharCode; member 234 le_uint32 startCharCode; member 243 le_uint32 startCharCode; 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))) 986 startCharCode = charCodes[0] 987 startGlyphID = cmap[startCharCode] 989 lastCharCode = startCharCode - 1 997 dataList.append(struct.pack(">LLL", startCharCode, lastCharCode, startGlyphID)) 998 startCharCode = charCode 1003 dataList.append(struct.pack(">LLL", startCharCode, lastCharCode, startGlyphID))
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 9854 … unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::startCharCode --> 9855 …<var-decl name='startCharCode' type-id='type-id-280' visibility='default' filepath='/tmp/legendre/… 9883 …ntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::startCharCode --> 9884 …<var-decl name='startCharCode' type-id='type-id-282' visibility='default' filepath='/tmp/legendre/… 13175 <!-- OT::ULONG OT::CmapSubtableLongGroup::startCharCode --> 13176 …<var-decl name='startCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/… 15927 … unsigned int, 2u> OT::CmapSubtableTrimmed<OT::IntType<short unsigned int, 2u> >::startCharCode --> 15928 …<var-decl name='startCharCode' type-id='type-id-280' visibility='default' filepath='/tmp/legendre/… 15959 …ntType<unsigned int, 4u> OT::CmapSubtableTrimmed<OT::IntType<unsigned int, 4u> >::startCharCode --> 15960 …<var-decl name='startCharCode' type-id='type-id-282' visibility='default' filepath='/tmp/legendre/… [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 6422 …<var-decl name='startCharCode' type-id='type-id-280' visibility='default' filepath='/tmp/legendre/… 6444 …<var-decl name='startCharCode' type-id='type-id-282' visibility='default' filepath='/tmp/legendre/… 8722 …<var-decl name='startCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/… 10498 …<var-decl name='startCharCode' type-id='type-id-280' visibility='default' filepath='/tmp/legendre/… 10521 …<var-decl name='startCharCode' type-id='type-id-282' visibility='default' filepath='/tmp/legendre/… 10587 …<var-decl name='startCharCode' type-id='type-id-386' visibility='default' filepath='/tmp/legendre/…
|