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

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

Completed in 196 milliseconds