OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fEndCodes
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/samples/layout/
cmaps.h
59
const le_uint16 *
fEndCodes
;
cmaps.cpp
123
fEndCodes
= &header->endCodes[0];
152
if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(
fEndCodes
[index])) {
/external/icu/icu4c/source/test/letest/
cmaps.h
51
const le_uint16 *
fEndCodes
;
cmaps.cpp
163
fEndCodes
= &header->endCodes[0];
192
if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(
fEndCodes
[index])) {
/external/icu/icu4c/source/test/perf/leperf/
cmaps.h
55
const le_uint16 *
fEndCodes
;
cmaps.cpp
164
fEndCodes
= &header->endCodes[0];
193
if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(
fEndCodes
[index])) {
Completed in 257 milliseconds