OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentCount
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
MarkToLigaturePosnSubtables.h
37
le_uint16
componentCount
;
MarkToLigaturePosnSubtables.cpp
66
le_int32
componentCount
= SWAPW(ligatureAttachTable->
componentCount
);
69
if (component >=
componentCount
) {
71
component =
componentCount
- 1;
/external/replicaisland/src/com/replica/replicaisland/
LevelBuilder.java
188
final int
componentCount
= backgroundObject.getCount();
189
for (int x =
componentCount
- 1; x >= 0; x--) {
Completed in 98 milliseconds