HomeSort by relevance Sort by last modified time
    Searched refs:SWAPU16 (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
  /external/icu4c/samples/layout/
cmaps.cpp 20 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
134 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
141 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
146 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
150 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);
  /external/icu4c/test/letest/
cmaps.cpp 14 #define SWAPU16(code) ((LEUnicode16) SWAPW(code))
128 if (SWAPU16(fStartCodes[fRangeShift]) <= unicode) {
135 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
140 if (unicode >= SWAPU16(fStartCodes[index]) && unicode <= SWAPU16(fEndCodes[index])) {
144 le_uint16 offset = unicode - SWAPU16(fStartCodes[index]);

Completed in 749 milliseconds