| /external/sfntly/cpp/src/sfntly/table/bitmap/ | 
| D | bitmap_size_table.cc | 88   IndexSubTable* subtable = SearchIndexSubTables(glyph_id);  in GlyphOffset()  local96   IndexSubTable* subtable = SearchIndexSubTables(glyph_id);  in GlyphLength()  local
 112   IndexSubTable* subtable = SearchIndexSubTables(glyph_id);  in GlyphFormat()  local
 160     IndexSubTable* subtable = (*subtable_list)[index];  in BinarySearchIndexSubTables()  local
 339   IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id);  in GlyphOffset()  local
 347   IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id);  in GlyphLength()  local
 355   IndexSubTable::Builder* subtable = SearchIndexSubTables(glyph_id);  in GlyphFormat()  local
 437     IndexSubTable::Builder* subtable = subtable_list->at(index);  in BinarySearchIndexSubTables()  local
 
 | 
| /external/noto-fonts/scripts/ | 
| D | color_emoji_image_diff.py | 64 def add_gsub_context_subtable(subtable, lookup_list, glyph_to_codepoint_map, codepoint_map):  argument96 def add_gsub_ligature_subtable(subtable, glyph_to_codepoint_map, codepoint_map):  argument
 
 | 
| /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ | 
| D | Lookup.java | 59     public void addSubtable(LookupSubtable subtable)  in addSubtable()
 | 
| /external/cronet/third_party/icu/source/samples/layout/ | 
| D | cmaps.cpp | 69     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/icu/icu4c/source/samples/layout/ | 
| D | cmaps.cpp | 69     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/icu/icu4c/source/test/letest/ | 
| D | cmaps.cpp | 60     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/cronet/third_party/icu/source/test/perf/leperf/ | 
| D | cmaps.cpp | 64     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/icu/icu4c/source/test/perf/leperf/ | 
| D | cmaps.cpp | 64     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/cronet/third_party/icu/source/test/letest/ | 
| D | cmaps.cpp | 60     const CMAPEncodingSubtable *subtable = NULL;  in createUnicodeMapper()  local
 | 
| /external/noto-fonts/emoji-compat/ | 
| D | createfont.py | 563     def add_gsub_context_subtable(self, subtable, lookup_list, glyph_to_codepoint_map):  argument601     def add_gsub_ligature_subtable(self, subtable, glyph_to_codepoint_map):  argument
 
 | 
| /external/arm-trusted-firmware/lib/xlat_tables_v2/ | 
| D | xlat_tables_core.c | 365 	uint64_t *subtable;  in xlat_tables_unmap_region()  local583 	uint64_t *subtable;  in xlat_tables_map_region()  local
 
 | 
| /external/fonttools/Lib/fontTools/otlLib/ | 
| D | builder.py | 172     def setBacktrackCoverage_(self, prefix, subtable):  argument179     def setLookAheadCoverage_(self, suffix, subtable):  argument
 186     def setInputCoverage_(self, glyphs, subtable):  argument
 193     def setCoverage_(self, glyphs, subtable):  argument
 2401 def _getSinglePosTableKey(subtable, glyphMap):  argument
 
 | 
| /external/google-breakpad/src/third_party/libdisasm/ | 
| D | ia32_insn.c | 379 	unsigned int subtable, prefix = 0, recurse_table = 0;  in ia32_table_lookup()  local
 | 
| /external/mesa3d/src/gallium/drivers/radeonsi/ | 
| D | si_state_binning.c | 52    const struct si_bin_size_map *subtable = &table[log_num_rb_per_se][log_num_se][0];  in si_find_bin_size()  local
 | 
| /external/rust/crates/aarch64-paging/src/ | 
| D | paging.rs | 462                 let mut subtable = if let Some(subtable) = entry.subtable(translation, level) {  in map_range()  localVariable624     fn subtable<T: Translation>(  in subtable()  method
 
 | 
| /external/harfbuzz_ng/src/ | 
| D | hb-aat-layout-morx-table.hh | 1000 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types>> (featureZ.as_array (feat…  in apply()  local1080 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types>> (featureZ.as_array (feat…  in sanitize()  local
 
 | 
| D | hb-ot-cmap-table.hh | 1510 		subtable;	/* Byte offset from beginning of table to the subtable for this encoding. */  member1815     const CmapSubtable *subtable;  in find_best_subtable()  local
 1984     hb_nonnull_ptr_t<const CmapSubtable> subtable;  member
 
 | 
| D | hb-ot-color-cbdt-table.hh | 395     auto *subtable = c->serializer->start_embed<IndexSubtable> ();  in add_new_subtable()  local
 | 
| D | hb-ot-layout-gsubgpos.hh | 4027     for (auto& subtable : hb_iter (subtables))  in init()  local
 | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ | 
| D | XLocaleDistance.java | 679         Output<DistanceTable> subtable = new Output<>();  in distanceRaw()  local
 | 
| /external/fonttools/Lib/fontTools/ttLib/tables/ | 
| D | otConverters.py | 1060 	def _setTextDirectionFromCoverageFlags(self, flags, subtable):  argument
 |