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

/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dcmaps.cpp171 : CMAPMapper(cmap), fGroups(groups)
183 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
190 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
195 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
196 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dcmaps.h74 const CMAPGroup *fGroups; member in class:CMAPGroupMapper
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dcmaps.cpp212 : CMAPMapper(cmap), fGroups(groups)
224 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dcmaps.h70 const CMAPGroup *fGroups; member in class:CMAPGroupMapper
/macosx-10.10/ICU-531.30/icuSources/test/perf/leperf/
H A Dcmaps.cpp212 : CMAPMapper(cmap), fGroups(groups)
224 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
236 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
237 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dcmaps.h70 const CMAPGroup *fGroups; member in class:CMAPGroupMapper

Completed in 129 milliseconds