Searched refs:recordCount (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | OpenTypeUtilities.cpp | 60 le_uint32 recordCount = records.getCount(); in getTagOffset() local 61 le_uint8 bit = highBit(recordCount); in getTagOffset() 63 le_int32 extra = recordCount - power; in getTagOffset() 99 le_uint32 recordCount = records.getCount(); in getGlyphRangeIndex() local 100 le_uint8 bit = highBit(recordCount); in getGlyphRangeIndex() 102 le_int32 extra = recordCount - power; in getGlyphRangeIndex() 106 if (recordCount == 0) { in getGlyphRangeIndex()
|
D | PairPositioningSubtables.cpp | 132 …lueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 reco… in findPairValueRecord() argument 140 for(le_int32 r = 0; r < recordCount; r += 1) { in findPairValueRecord() 148 le_uint8 bit = OpenTypeUtilities::highBit(recordCount); in findPairValueRecord() 150 le_uint16 extra = (recordCount - power) * recordSize; in findPairValueRecord()
|
D | OpenTypeUtilities.h | 24 …nt32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { in getGlyphRangeIndex() argument 27 LEReferenceToArrayOf<GlyphRangeRecord> recordRef(recordRef0, success, (size_t)0, recordCount); in getGlyphRangeIndex()
|
D | PairPositioningSubtables.h | 56 le_uint16 recordCount, le_uint16 recordSize) const;
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | PlayReadyHeader.java | 59 int recordCount = IsoTypeReader.readUInt16BE(byteBuffer); in parse() local 61 records = PlayReadyRecord.createFor(byteBuffer, recordCount); in parse() 113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor() argument 114 List<PlayReadyRecord> records = new ArrayList<PlayReadyRecord>(recordCount); in createFor() 116 for (int i = 0; i < recordCount; i++) { in createFor()
|
/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 829 var recordCount = 0; variable 831 recordCount += r.length; 841 assertEquals(199, recordCount);
|
/external/robolectric/lib/main/ |
D | h2-1.2.147.jar | META-INF/MANIFEST.MF
META-INF/services/java.sql.Driver
org ... |