OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:featureCount
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
ICUFeatures.h
35
le_uint16
featureCount
;
ScriptAndLanguage.h
26
le_uint16
featureCount
;
LookupProcessor.cpp
130
le_uint16
featureCount
= 0;
143
featureCount
= SWAPW(langSysTable->
featureCount
);
157
featureCount
== 0 || lookupListCount == 0) {
185
for (le_int32 feature = 0; feature <
featureCount
; feature += 1) {
218
for (le_uint16 feature = 0; feature <
featureCount
; feature += 1) {
240
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 50 milliseconds