Searched defs:recordCount (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.h24 static le_int32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { argument
27 LEReferenceToArrayOf<GlyphRangeRecord> recordRef(recordRef0, success, (size_t)0, recordCount);
H A DPairPositioningSubtables.cpp132 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16 recordSize) const argument
140 for(le_int32 r = 0; r < recordCount; r += 1) {
148 le_uint8 bit = OpenTypeUtilities::highBit(recordCount);
150 le_uint16 extra = (recordCount - power) * recordSize;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DPlayReadyHeader.java59 int recordCount = IsoTypeReader.readUInt16BE(byteBuffer);
61 records = PlayReadyRecord.createFor(byteBuffer, recordCount);
99 sb.append(", recordCount=").append(records.size());
113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { argument
114 List<PlayReadyRecord> records = new ArrayList<PlayReadyRecord>(recordCount);
116 for (int i = 0; i < recordCount; i++) {
/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe.js829 var recordCount = 0; variable
831 recordCount += r.length;
841 assertEquals(199, recordCount);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 662 milliseconds