OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:featureCount
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
Features.cpp
18
if (featureIndex >= SWAPW(
featureCount
)) {
41
OpenTypeUtilities::getTagOffset(featureTag, (TagAndOffsetRecord *) featureRecordArray, SWAPW(
featureCount
));
49
int count = SWAPW(
featureCount
);
ICUFeatures.h
35
le_uint16
featureCount
;
GlyphLookupTables.cpp
28
// Note: don't have to SWAPW langSysTable->
featureCount
to check for non-zero.
29
return langSysTable != NULL && langSysTable->
featureCount
!= 0;
ScriptAndLanguage.h
26
le_uint16
featureCount
;
LookupProcessor.cpp
136
le_uint16
featureCount
= 0;
149
featureCount
= SWAPW(langSysTable->
featureCount
);
163
featureCount
== 0 || lookupListCount == 0) {
192
for (le_int32 feature = 0; feature <
featureCount
; feature += 1) {
228
for (le_uint16 feature = 0; feature <
featureCount
; feature += 1) {
250
for (le_uint16 feature = 0; feature <
featureCount
; feature += 1) {
IndicReordering.cpp
537
static const le_int32
featureCount
= LE_ARRAY_SIZE(featureMap);
585
count =
featureCount
;
[
all
...]
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHello.java
149
int
featureCount
;
152
featureCount
= data.getInt();
153
for (i = 0; i <
featureCount
; i++) {
Completed in 28 milliseconds