Home
last modified time | relevance | path

Searched defs:recordCount (Results 1 – 8 of 8) 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/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexBase.java20 long recordCount = 0; field in IndexBase
DIndexDecoder.java105 assert record == recordCount; in IndexDecoder() local
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptRunModuleWriter.java24 int recordCount = scriptData.getRecordCount(); in writeScriptRuns() local
/external/v8/test/mjsunit/es7/
Dobject-observe.js829 var recordCount = 0; variable