Searched defs:segCount (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp119 le_uint16 segCount = SWAPW(header->segCountX2) / 2; local
124 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
125 fIdDelta = &fStartCodes[segCount];
126 fIdRangeOffset = &fIdDelta[segCount];
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp159 le_uint16 segCount = SWAPW(header->segCountX2) / 2; local
164 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
165 fIdDelta = &fStartCodes[segCount];
166 fIdRangeOffset = &fIdDelta[segCount];
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp160 le_uint16 segCount = SWAPW(header->segCountX2) / 2; local
165 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
166 fIdDelta = &fStartCodes[segCount];
167 fIdRangeOffset = &fIdDelta[segCount];
/external/skia/src/utils/
H A DSkDashPath.cpp229 int segCount = 0; local
273 ++segCount;
305 ++segCount;
309 if (segCount > 1) {
/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh76 segCount = subtable->segCountX2 / 2;
78 startCount = endCount + segCount + 1;
79 idDelta = startCount + segCount;
80 idRangeOffset = idDelta + segCount;
81 glyphIdArray = idRangeOffset + segCount;
82 glyphIdArrayLength = (subtable->length - 16 - 8 * segCount) / 2;
90 int min = 0, max = (int) thiz->segCount - 1;
117 unsigned int index = rangeOffset / 2 + (codepoint - thiz->startCount[i]) + i - thiz->segCount;
135 unsigned int segCount; member in struct:OT::CmapSubtableFormat4::accelerator_t
172 USHORT segCountX2; /* 2 x segCount
[all...]
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 236 milliseconds