HomeSort by relevance Sort by last modified time
    Searched refs:startCharCode (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 189 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
196 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
201 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
202 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
sfnt.h 119 le_uint32 startCharCode;
133 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 229 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
241 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
242 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
sfnt.h 198 le_uint32 startCharCode;
230 le_uint32 startCharCode;
239 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 230 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
237 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
242 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
243 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
sfnt.h 202 le_uint32 startCharCode;
234 le_uint32 startCharCode;
243 le_uint32 startCharCode;
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 199 if (codepoint < startCharCode) return -1;
211 ULONG startCharCode; /* First character code in this group. */
225 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
242 UINT startCharCode; /* First character code covered. */
286 { return group.glyphID + (u - group.startCharCode); }
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py     [all...]

Completed in 134 milliseconds