Searched defs:SWAPU32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp15 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro
177 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));
/external/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp21 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro
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));
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp16 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro
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));
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp16 #define SWAPU32(code) ((LEUnicode32) SWAPL(code)) macro
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));

Completed in 132 milliseconds