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

  /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/chromium_org/third_party/icu/source/samples/layout/
sfnt.h 113 le_uint32 startCharCode;
127 le_uint32 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/icu/icu4c/source/samples/layout/
sfnt.h 113 le_uint32 startCharCode;
127 le_uint32 startCharCode;
  /external/chromium_org/third_party/icu/source/test/letest/
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/letest/
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;
  /external/icu/icu4c/source/test/perf/leperf/
sfnt.h 196 le_uint32 startCharCode;
228 le_uint32 startCharCode;
237 le_uint32 startCharCode;

Completed in 196 milliseconds