Home
last modified time | relevance | path

Searched defs:startCharCode (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DCMapFormat10.java17 private final int startCharCode; field in CMapFormat10
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dsfnt.h119 le_uint32 startCharCode; member
133 le_uint32 startCharCode; member
/third_party/icu/icu4c/source/samples/layout/
Dsfnt.h119 le_uint32 startCharCode; member
133 le_uint32 startCharCode; member
/third_party/icu/icu4c/source/test/letest/
Dsfnt.h198 le_uint32 startCharCode; member
230 le_uint32 startCharCode; member
239 le_uint32 startCharCode; member
/third_party/icu/icu4c/source/test/perf/leperf/
Dsfnt.h202 le_uint32 startCharCode; member
234 le_uint32 startCharCode; member
243 le_uint32 startCharCode; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cmap-table.hh545 HBUINT32 startCharCode; /* First character code in this group. */ member
606 UINT startCharCode; /* First character code covered. */ member
723 hb_codepoint_t startCharCode = 0xFFFF, endCharCode = 0xFFFF; in serialize() local