| /third_party/node/deps/icu-small/source/common/ |
| H A D | charstr.cpp | 52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() function in CharString
|
| H A D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
| H A D | caniter.cpp | 500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { in extract() function in CanonicalIterator
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 114 static Bit extract(const value_type& bit) { in extract() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 114 static Bit extract(const value_type& bit) { in extract() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 123 bool DWARFExpression::Operation::extract(DataExtractor Data, uint16_t Version, in extract() function in llvm::DWARFExpression::Operation
|
| /third_party/vk-gl-cts/external/ |
| H A D | fetch_sources.py | 147 def extract (self): member in SourcePackage
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | RuleExtractor.java | 48 private static Set<Rule> extract(LigatureSubst table) { in extract() method in RuleExtractor 60 private static GlyphList extract(CoverageTable table) { in extract() method in RuleExtractor 78 private static GlyphList extract(RecordsTable<NumRecord> table) { in extract() method in RuleExtractor 86 private static Map<Integer, GlyphGroup> extract(RangeRecordTable table) { in extract() method in RuleExtractor 99 private static GlyphGroup extract(RangeRecor method in RuleExtractor 108 private static List<Rule> extract(LigatureSet table) { extract() method in RuleExtractor 118 private static Rule extract(Ligature table) { extract() method in RuleExtractor 129 private static Set<Rule> extract(SingleSubst table) { extract() method in RuleExtractor 140 private static Set<Rule> extract(HeaderFmt1 fmt1Table) { extract() method in RuleExtractor 146 private static Set<Rule> extract(InnerArrayFmt2 fmt2Table) { extract() method in RuleExtractor 152 private static Set<Rule> extract(MultipleSubst table) { extract() method in RuleExtractor 170 private static Set<Rule> extract(AlternateSubst table) { extract() method in RuleExtractor 189 private static Set<Rule> extract(ContextSubst table, LookupListTable lookupListTable, extract() method in RuleExtractor 201 private static Set<Rule> extract(SubRuleSetArray table, LookupListTable lookupListTable, extract() method in RuleExtractor 215 private static Set<Rule> extract( extract() method in RuleExtractor 228 private static Set<Rule> extract( extract() method in RuleExtractor 239 private static Set<Rule> extract( extract() method in RuleExtractor 256 private static Set<Rule> extract(SubClassSet table, int firstInputClass, extract() method in RuleExtractor 266 private static Set<Rule> extract(SubClassRule table, int firstInputClass, extract() method in RuleExtractor 274 private static Set<Rule> extract( extract() method in RuleExtractor 288 private static Set<Rule> extract( extract() method in RuleExtractor 302 private static Set<Rule> extract( extract() method in RuleExtractor 311 private static Set<Rule> extract( extract() method in RuleExtractor 333 private static Set<Rule> extract( extract() method in RuleExtractor 356 private static Map<Integer, GlyphGroup> extract(ClassDefTable table) { extract() method in RuleExtractor 367 private static Map<Integer, GlyphGroup> extract(InnerArrayFmt1 table) { extract() method in RuleExtractor 382 private static List<Rule> extract(ChainSubClassSet table, extract() method in RuleExtractor 402 private static Set<Rule> extract(ChainSubClassRule table, extract() method in RuleExtractor 417 private static RuleSegment extract( extract() method in RuleExtractor 447 private static Set<Rule> extract(InnerArraysFmt3 table, LookupListTable lookupListTable, extract() method in RuleExtractor 459 private static Set<Rule> extract(ReverseChainSingleSubst table) { extract() method in RuleExtractor 504 static Map<Integer, Set<Rule>> extract(LookupListTable table) { extract() method in RuleExtractor 512 private static Set<Rule> extract(LookupListTable lookupListTable, extract() method in RuleExtractor 571 private static RuleSegment extract(CoverageArray table) { extract() method in RuleExtractor [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | charstr.cpp | 52 int32_t CharString::extract(char *dest, int32_t capacity, UErrorCode &errorCode) const { in extract() function in CharString
|
| H A D | unistr_cnv.cpp | 121 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 132 UnicodeString::extract(int32_t start, in extract() function in UnicodeString 207 UnicodeString::extract(char *dest, int32_t destCapacity, in extract() function in UnicodeString
|
| H A D | caniter.cpp | 500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { in extract() function in CanonicalIterator
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | extract_extradata_bsf.c | 38 int (*extract)(AVBSFContext *ctx, AVPacket *pkt, member 325 int (*extract)(AVBSFContext *ctx, AVPacket *pkt, member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | caniter.cpp | 500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { in extract() function in CanonicalIterator
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| H A D | TrieTest.java | 136 protected int extract(int value) in extract() method in TrieTest._testEnumValue
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| H A D | TrieTest.java | 133 protected int extract(int value) in extract() method in TrieTest._testEnumValue
|
| /third_party/icu/icu4c/source/common/unicode/ |
| H A D | utext.h | 1250 UTextExtract *extract; member
|
| /third_party/node/deps/icu-small/source/common/unicode/ |
| H A D | utext.h | 1250 UTextExtract *extract; member
|
| /third_party/python/Tools/ccbench/ |
| H A D | ccbench.py | 60 def extract(z, j): function
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | pass.cpp | 119 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 137 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
| /third_party/python/Lib/ |
| H A D | warnings.py | 524 def extract(): function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFListTable.h | 192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, in extract() function in llvm::DWARFListTableBase 217 Error DWARFListType<ListEntryType>::extract(DWARFDataExtractor Data, in extract() function in llvm::DWARFListType
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | utext.h | 1250 UTextExtract *extract; member
|
| /third_party/spirv-tools/source/opt/ |
| H A D | pass.cpp | 116 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local 134 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy() local
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | unordered_map.h | 360 node_type extract(const key_type& key) in extract() function in unordered_map_base
|