Home
last modified time | relevance | path

Searched defs:recordCount (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
DOpenTypeUtilities.h24 …nt32 getGlyphRangeIndex(TTGlyphID glyphID, const GlyphRangeRecord *records, le_int32 recordCount) { in getGlyphRangeIndex()
DOpenTypeUtilities.cpp60 le_uint32 recordCount = records.getCount(); in getTagOffset() local
99 le_uint32 recordCount = records.getCount(); in getGlyphRangeIndex() local
DPairPositioningSubtables.cpp132 …airValueRecord(TTGlyphID glyphID, const PairValueRecord *records, le_uint16 recordCount, le_uint16… in findPairValueRecord()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java59 int recordCount = IsoTypeReader.readUInt16BE(byteBuffer); in parse() local
113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor()
/external/v8/test/mjsunit/es7/
Dobject-observe.js829 var recordCount = 0; variable