Home
last modified time | relevance | path

Searched refs:SWAPU16 (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/samples/layout/
Dcmaps.cpp20 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) macro
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()
/external/icu4c/test/letest/
Dcmaps.cpp14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code)) macro
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) { in unicodeToGlyph()
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) { in unicodeToGlyph()
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) { in unicodeToGlyph()
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]); in unicodeToGlyph()