OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupCount
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
ICUFeatures.h
29
le_uint16
lookupCount
;
Lookups.cpp
17
if (lookupTableIndex >= SWAPW(
lookupCount
)) {
Lookups.h
53
le_uint16
lookupCount
;
LookupProcessor.cpp
115
le_uint16
lookupCount
= featureTable? SWAPW(featureTable->
lookupCount
) : 0;
118
for (le_uint16 lookup = 0; lookup <
lookupCount
; lookup += 1) {
163
lookupListCount = SWAPW(lookupListTable->
lookupCount
);
203
featureReferences += SWAPW(featureTable->
lookupCount
);
213
featureReferences += SWAPW(featureTable->
lookupCount
);
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
917
unsigned int
lookupCount
,
920
for (unsigned int i = 0; i <
lookupCount
; i++)
929
unsigned int
lookupCount
,
951
if (
lookupCount
&& 0 == lookupRecord->sequenceIndex)
959
lookupCount
--;
986
if (
lookupCount
&& i == lookupRecord->sequenceIndex)
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
946
unsigned int
lookupCount
,
949
for (unsigned int i = 0; i <
lookupCount
; i++)
956
unsigned int
lookupCount
,
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp
212
OpenType::UInt16
lookupCount
;
217
uint16_t count =
lookupCount
;
226
OpenType::UInt16
lookupCount
;
231
uint16_t count =
lookupCount
;
Completed in 33 milliseconds