Searched defs:lookup_type (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h64 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
72 static lookup_type Lookup(data_type B, key_type K) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-common-private.hh578 unsigned int lookup_type,
584 lookupType.set (lookup_type);
577 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
H A Dhb-ot-layout-gsub-table.hh1080 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1083 switch (lookup_type) {
1096 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1100 switch (lookup_type) {
1137 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1138 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1306 unsigned int lookup_type = get_type (); local
1309 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gpos-table.hh1372 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1375 switch (lookup_type) {
1389 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1393 switch (lookup_type) {
1496 unsigned int lookup_type = get_type (); local
1499 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc179 uint16_t lookup_type = 0; local
182 if (!subtable.ReadU16(&lookup_type) ||
188 if (lookup_type == 0 || lookup_type > parser->num_types) {
247 lookup_type)) {
1160 const uint16_t lookup_type) const {
1162 if (parsers[i].type == lookup_type && parsers[i].parse) {
1449 uint16_t lookup_type = 0; local
1452 !subtable.ReadU16(&lookup_type) ||
1460 // |lookup_type| shoul
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1073 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1076 switch (lookup_type) {
1089 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1093 switch (lookup_type) {
1130 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1131 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1299 unsigned int lookup_type = get_type (); local
1302 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-common-private.hh579 unsigned int lookup_type,
585 lookupType.set (lookup_type);
578 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
H A Dhb-ot-layout-gpos-table.hh1377 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1380 switch (lookup_type) {
1394 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1398 switch (lookup_type) {
1501 unsigned int lookup_type = get_type (); local
1504 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c4028 int lookup_type; local
4041 lookup_type = lo->LookupType;
4047 switch (lookup_type) {
4081 HB_UShort lookup_type )
4083 switch (lookup_type) {
4099 HB_UShort lookup_type )
4101 switch ( lookup_type ) {
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
4131 switch (lookup_type) {
H A Dharfbuzz-gpos.c5780 int lookup_type; local
5794 lookup_type = lo->LookupType;
5800 switch (lookup_type) {
5836 HB_UShort lookup_type )
5838 switch ( lookup_type ) {
5855 HB_UShort lookup_type )
5857 switch ( lookup_type ) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub.c4028 int lookup_type; local
4041 lookup_type = lo->LookupType;
4047 switch (lookup_type) {
4081 HB_UShort lookup_type )
4083 switch (lookup_type) {
4099 HB_UShort lookup_type )
4101 switch ( lookup_type ) {
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
4131 switch (lookup_type) {
H A Dharfbuzz-gpos.c5780 int lookup_type; local
5794 lookup_type = lo->LookupType;
5800 switch (lookup_type) {
5836 HB_UShort lookup_type )
5838 switch ( lookup_type ) {
5855 HB_UShort lookup_type )
5857 switch ( lookup_type ) {

Completed in 464 milliseconds