Searched refs:use_table (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-shape-complex-use-table.hh | 90 static const uint8_t use_table[] = { variable 1147 if (hb_in_range<hb_codepoint_t> (u, 0x0028u, 0x003Fu)) return use_table[u - 0x0028u + use_offset_0x0028u]; in hb_use_get_category() 1148 if (hb_in_range<hb_codepoint_t> (u, 0x00A0u, 0x00D7u)) return use_table[u - 0x00A0u + use_offset_0x00a0u]; in hb_use_get_category() 1149 if (hb_in_range<hb_codepoint_t> (u, 0x0348u, 0x034Fu)) return use_table[u - 0x0348u + use_offset_0x0348u]; in hb_use_get_category() 1150 if (hb_in_range<hb_codepoint_t> (u, 0x0640u, 0x0647u)) return use_table[u - 0x0640u + use_offset_0x0640u]; in hb_use_get_category() 1151 if (hb_in_range<hb_codepoint_t> (u, 0x07C8u, 0x07FFu)) return use_table[u - 0x07C8u + use_offset_0x07c8u]; in hb_use_get_category() 1152 if (hb_in_range<hb_codepoint_t> (u, 0x0840u, 0x085Fu)) return use_table[u - 0x0840u + use_offset_0x0840u]; in hb_use_get_category() 1153 if (hb_in_range<hb_codepoint_t> (u, 0x0900u, 0x0DF7u)) return use_table[u - 0x0900u + use_offset_0x0900u]; in hb_use_get_category() 1154 if (hb_in_range<hb_codepoint_t> (u, 0x0F00u, 0x0FC7u)) return use_table[u - 0x0F00u + use_offset_0x0f00u]; in hb_use_get_category() 1158 if (hb_in_range<hb_codepoint_t> (u, 0x1000u, 0x109Fu)) return use_table[ in hb_use_get_category() [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 2113 bool use_table = use_jump_table && info.CaseExists(clause->label()); in VisitSwitchStatement() local 2114 if (!use_table) { in VisitSwitchStatement()
|
Completed in 16 milliseconds