Home
last modified time | relevance | path

Searched refs:exemplar (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dstatic_unicode_sets.h127 UChar32 exemplar; member
H A Ducurr.cpp2207 UnicodeString exemplar(entry.exemplar); in populateCurrSymbolsEquiv()
2213 if (value == exemplar) { in populateCurrSymbolsEquiv()
2214 // No need to mark the exemplar character as an equivalent in populateCurrSymbolsEquiv()
2217 makeEquivalent(exemplar, value, hash, status); in populateCurrSymbolsEquiv()
/third_party/node/deps/icu-small/source/common/
H A Dstatic_unicode_sets.h127 UChar32 exemplar; member
H A Ducurr.cpp2233 UnicodeString exemplar(entry.exemplar); in populateCurrSymbolsEquiv()
2239 if (value == exemplar) { in populateCurrSymbolsEquiv()
2240 // No need to mark the exemplar character as an equivalent in populateCurrSymbolsEquiv()
2243 makeEquivalent(exemplar, value, hash, status); in populateCurrSymbolsEquiv()
/third_party/skia/third_party/externals/icu/source/common/
H A Dstatic_unicode_sets.h127 UChar32 exemplar; member
H A Ducurr.cpp2181 UnicodeString exemplar(entry.exemplar); in populateCurrSymbolsEquiv()
2187 if (value == exemplar) { in populateCurrSymbolsEquiv()
2188 // No need to mark the exemplar character as an equivalent in populateCurrSymbolsEquiv()
2191 makeEquivalent(exemplar, value, hash, status); in populateCurrSymbolsEquiv()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array-gen.h47 TNode<JSTypedArray> exemplar);
H A Dbuiltins-typed-array-gen.cc244 TNode<Context> context, TNode<JSTypedArray> exemplar) { in GetDefaultConstructor()
246 TNode<Int32T> elements_kind = LoadElementsKind(exemplar); in GetDefaultConstructor()
243 GetDefaultConstructor( TNode<Context> context, TNode<JSTypedArray> exemplar) GetDefaultConstructor() argument
/third_party/libabigail/src/
H A Dabg-ir.cc25847 /// For a given type, return its exemplar type.
25849 /// For a given type, its exemplar type is either its canonical type
25852 /// then the exemplar type is the given type itself.
25856 /// @return the exemplar type.
25867 type_base *exemplar = type->get_naked_canonical_type(); in get_exemplar_type() local
25868 if (!exemplar) in get_exemplar_type()
25873 exemplar = const_cast<type_base*>(type); in get_exemplar_type()
25874 ABG_ASSERT(is_non_canonicalized_type(exemplar)); in get_exemplar_type()
25876 return exemplar; in get_exemplar_type()

Completed in 47 milliseconds