Home
last modified time | relevance | path

Searched refs:componentCount (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/layout/
DMarkToLigaturePosnSubtables.cpp66 le_int32 componentCount = SWAPW(ligatureAttachTable->componentCount); in process() local
69 if (component >= componentCount) { in process()
71 component = componentCount - 1; in process()
DMarkToLigaturePosnSubtables.h37 le_uint16 componentCount; member
/external/replicaisland/src/com/replica/replicaisland/
DLevelBuilder.java188 final int componentCount = backgroundObject.getCount(); in promoteForegroundLayer() local
189 for (int x = componentCount - 1; x >= 0; x--) { in promoteForegroundLayer()
DGameObjectFactory.java372 final int componentCount = object.getCount();
373 for (int x = 0; x < componentCount; x++) {
/external/chromium/chrome/browser/resources/file_manager/js/
Dexif_reader.js117 tag.componentCount = br.readScalar(4);