Searched refs:startCharCode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dsfnt.h196 le_uint32 startCharCode; member in struct:CMAPGroup
228 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
237 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
/external/harfbuzz_ng/src/hb-icu-le/
H A Dcmaps.cpp177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dsfnt.h199 le_uint32 startCharCode; member in struct:CMAPGroup
231 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
240 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
/external/icu4c/samples/layout/
H A Dcmaps.cpp183 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 Dsfnt.h113 le_uint32 startCharCode; member in struct:CMAPGroup
127 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
/external/icu4c/test/letest/
H A Dcmaps.cpp177 if (SWAPU32(fGroups[fRangeOffset].startCharCode) <= unicode32) {
184 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
189 if (SWAPU32(fGroups[range].startCharCode) <= unicode32 && SWAPU32(fGroups[range].endCharCode) >= unicode32) {
190 return (LEGlyphID) (SWAPU32(fGroups[range].startGlyphCode) + unicode32 - SWAPU32(fGroups[range].startCharCode));
H A Dsfnt.h196 le_uint32 startCharCode; member in struct:CMAPGroup
228 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding
237 le_uint32 startCharCode; member in struct:CMAPFormat10Encoding

Completed in 51 milliseconds