Searched refs:fEndCodes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.h53 const le_uint16 *fEndCodes; member in class:CMAPFormat4Mapper
H A Dcmaps.cpp117 fEndCodes = &header->endCodes[0];
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dcmaps.h49 const le_uint16 *fEndCodes; member in class:CMAPFormat4Mapper
H A Dcmaps.cpp158 fEndCodes = &header->endCodes[0];
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dcmaps.h49 const le_uint16 *fEndCodes; member in class:CMAPFormat4Mapper
H A Dcmaps.cpp158 fEndCodes = &header->endCodes[0];
187 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {

Completed in 183 milliseconds