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

  /external/chromium_org/third_party/icu/source/samples/layout/
cmaps.cpp 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));
sfnt.h 113 le_uint32 startCharCode;
127 le_uint32 startCharCode;
  /external/icu/icu4c/source/samples/layout/
cmaps.cpp 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));
sfnt.h 113 le_uint32 startCharCode;
127 le_uint32 startCharCode;
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 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));
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
cmaps.cpp 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));
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 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));
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 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));
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-cmap-table.hh 181 if (codepoint < startCharCode) return -1;
192 ULONG startCharCode; /* First character code in this group. */
206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
222 UINT startCharCode; /* First character code covered. */
265 { return group.glyphID + (u - group.startCharCode); }
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 181 if (codepoint < startCharCode) return -1;
192 ULONG startCharCode; /* First character code in this group. */
206 hb_codepoint_t gid = glyphIdArray[codepoint - startCharCode];
222 UINT startCharCode; /* First character code covered. */
265 { return group.glyphID + (u - group.startCharCode); }
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py     [all...]

Completed in 558 milliseconds