Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 53) sorted by relevance

123

/third_party/icu/docs/userguide/strings/
Dproperties.md274 ## 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/
Dgsubgpos-graph.hh68 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/
Dcargo.rs97 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/
DPointerSumType.h216 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/
DLegacy.h53 LookupFnRef &&Lookup) in LambdaSymbolResolver()
69 LookupFn Lookup; variable
81 LookupFn &&Lookup) { in createSymbolResolver()
/third_party/rust/crates/syn/codegen/src/
Dparse.rs21 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/
DContext.cs11 …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/
DLookup.java16 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/
Dclass_with_typedef.hpp7 typedef const char* Lookup; typedef in C
/third_party/grpc/test/core/util/
Davl_test.cc25 TEST(AvlTest, Lookup) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DFormatters.cpp27 static const char *Lookup = "0123456789ABCDEF"; in format() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh343 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/
Dmap_test.cc25 TEST(Lookup, Test) { in TEST() argument
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh466 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/
DGSUB.hh21 using Lookup = SubstLookup; typedef
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Darea_code_map.cc42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const { in Lookup() function in i18n::phonenumbers::AreaCodeMap
/third_party/benchmark/test/
Dmap_test.cc47 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/third_party/typescript/tests/cases/compiler/
DmissingTypeArguments3.ts18 interface Lookup<TKey, TElement> { interface
/third_party/gn/src/gn/
Dbuilder_record_map.h73 NodeType* Lookup(const Label& label) const { in Lookup() function
Dunique_vector.h60 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/
Ducmndata.h100 LookupFn Lookup; member
/third_party/grpc/src/core/client_channel/
Dlb_metadata.cc57 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/
Dchar_n_gram.cc34 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/
Dhpack_parser_table.h65 const Memento* Lookup(uint32_t index) { in Lookup() function
/third_party/skia/third_party/externals/icu/source/common/
Ducmndata.h114 LookupFn Lookup; member

123