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

  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 112 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
113 fIdDelta = &fStartCodes[segCount];
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]);
cmaps.h 50 const le_uint16 *fStartCodes;
  /external/harfbuzz_ng/src/hb-icu-le/
cmaps.cpp 112 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
113 fIdDelta = &fStartCodes[segCount];
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]);
cmaps.h 52 const le_uint16 *fStartCodes;
  /external/icu4c/samples/layout/
cmaps.cpp 118 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
119 fIdDelta = &fStartCodes[segCount];
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]);
cmaps.h 54 const le_uint16 *fStartCodes;
  /external/icu4c/test/letest/
cmaps.cpp 112 fStartCodes = &header->endCodes[segCount + 1]; // + 1 for reservedPad...
113 fIdDelta = &fStartCodes[segCount];
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]);
cmaps.h 50 const le_uint16 *fStartCodes;

Completed in 30 milliseconds