OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmEndCodes
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/letest/
FontObject.cpp
19
cmEndCodes
(NULL), cmStartCodes(NULL), cmIdDelta(0), cmIdRangeOffset(0),
149
cmEndCodes
= &header->endCodes[0];
178
if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(
cmEndCodes
[index])) {
FontObject.h
221
le_uint16 *
cmEndCodes
;
/external/icu/icu4c/source/test/perf/leperf/
FontObject.cpp
23
cmEndCodes
(NULL), cmStartCodes(NULL), cmIdDelta(0), cmIdRangeOffset(0),
153
cmEndCodes
= &header->endCodes[0];
182
if (unicode >= SWAPW(cmStartCodes[index]) && unicode <= SWAPW(
cmEndCodes
[index])) {
FontObject.h
225
le_uint16 *
cmEndCodes
;
Completed in 325 milliseconds