| /third_party/icu/docs/userguide/strings/ |
| D | properties.md | 274 ## Lookup section in Properties 281 ### Binary property from code point 287 ### Binary property over string 296 ### Enumerated property from code point 302 ### Enumerated property over string 326 ### Code point trie most-optimized UTF-16 access
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/graph/ |
| D | gsubgpos-graph.hh | 68 struct Lookup : public OT::Lookup struct 70 unsigned number_of_subtables () const in number_of_subtables() 75 bool sanitize (graph_t::vertex_t& vertex) const in sanitize() 83 bool is_extension (hb_tag_t table_tag) const in is_extension() 88 bool make_extension (gsubgpos_graph_context_t& c, in make_extension() 117 bool split_subtables_if_needed (gsubgpos_graph_context_t& c, in split_subtables_if_needed() 177 hb_vector_t<unsigned> split_subtable (gsubgpos_graph_context_t& c, in split_subtable() 188 bool add_sub_tables (gsubgpos_graph_context_t& c, in add_sub_tables() 251 void fix_existing_subtable_links (gsubgpos_graph_context_t& c, in fix_existing_subtable_links() 273 unsigned create_extension_subtable (gsubgpos_graph_context_t& c, in create_extension_subtable() [all …]
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| D | cargo.rs | 97 struct Lookup(str); struct 99 impl Lookup { implementation 106 fn borrow(&self) -> &Lookup { in borrow() 111 impl Ord for Lookup { implementation 120 impl PartialOrd for Lookup { implementation 126 impl Eq for Lookup {} implementation 128 impl PartialEq for Lookup { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | PointerSumType.h | 216 template <TagT N> struct Lookup { struct 218 using MemberT = decltype( 222 using PointerT = typename MemberT::PointerT; 225 using TraitsT = typename MemberT::TraitsT;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | Legacy.h | 53 LookupFnRef &&Lookup) in LambdaSymbolResolver() 69 LookupFn Lookup; variable 81 LookupFn &&Lookup) { in createSymbolResolver()
|
| /third_party/rust/crates/syn/codegen/src/ |
| D | parse.rs | 21 struct Lookup { struct 33 let mut lookup = Lookup { in parse() argument 510 lookup: &mut Lookup, in load_file() 531 lookup: &mut Lookup, in do_load_file() 633 fn load_aliases(use_tree: UseTree, lookup: &mut Lookup) { in load_aliases()
|
| /third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
| D | Context.cs | 11 …internal static readonly int[] Lookup = new int[] { 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 4, 0, 0… field in Org.Brotli.Dec.Context
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | Lookup.java | 16 public /*abstract*/ class Lookup class 50 public Lookup(int theLookupType, int theLookupFlags) in Lookup() method in Lookup
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | class_with_typedef.hpp | 7 typedef const char* Lookup; typedef in C
|
| /third_party/grpc/test/core/util/ |
| D | avl_test.cc | 25 TEST(AvlTest, Lookup) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | Formatters.cpp | 27 static const char *Lookup = "0123456789ABCDEF"; in format() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 343 struct Lookup struct 345 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() 357 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() 368 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() 376 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 390 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 425 struct Null<AAT::Lookup<T>> {
|
| /third_party/skia/third_party/externals/tint/src/utils/ |
| D | map_test.cc | 25 TEST(Lookup, Test) { in TEST() argument
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/ |
| D | hb-aat-layout-common.hh | 466 struct Lookup struct 468 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() 480 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() 492 void collect_glyphs (set_t &glyphs, unsigned int num_glyphs) const in collect_glyphs() 505 typename T::type get_class (hb_codepoint_t glyph_id, in get_class() 513 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 528 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize() 545 union { 553 } u;
|
| /third_party/skia/m133/third_party/externals/harfbuzz/src/OT/Layout/GSUB/ |
| D | GSUB.hh | 21 using Lookup = SubstLookup; typedef
|
| /third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
| D | area_code_map.cc | 42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const { in Lookup() function in i18n::phonenumbers::AreaCodeMap
|
| /third_party/benchmark/test/ |
| D | map_test.cc | 47 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
| /third_party/typescript/tests/cases/compiler/ |
| D | missingTypeArguments3.ts | 18 interface Lookup<TKey, TElement> { interface
|
| /third_party/gn/src/gn/ |
| D | builder_record_map.h | 73 NodeType* Lookup(const Label& label) const { in Lookup() function
|
| D | unique_vector.h | 60 Node* Lookup(size_t hash, const T& item, const std::vector<T>& vector) const { in Lookup() function 228 UniqueVectorNode* Lookup(const T& t, size_t* hash) const { in Lookup() function
|
| /third_party/icu/icu4c/source/common/ |
| D | ucmndata.h | 100 LookupFn Lookup; member
|
| /third_party/grpc/src/core/client_channel/ |
| D | lb_metadata.cc | 57 absl::optional<absl::string_view> LbMetadata::Lookup( in Lookup() function in grpc_core::LbMetadata
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/text/ |
| D | char_n_gram.cc | 34 std::vector<float> CharNGram::Lookup(const std::string &token, const std::vector<float> &unk_init, in Lookup() function in mindspore::dataset::CharNGram
|
| /third_party/grpc/src/core/ext/transport/chttp2/transport/ |
| D | hpack_parser_table.h | 65 const Memento* Lookup(uint32_t index) { in Lookup() function
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ucmndata.h | 114 LookupFn Lookup; member
|