Home
last modified time | relevance | path

Searched defs:source (Results 2226 - 2250 of 3026) sorted by relevance

1...<<81828384858687888990>>...122

/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtitvfmt.cpp1825 UnicodeString source = targetString; in findReplaceInPattern() local
[all...]
H A Ddtitvinf.cpp798 DateIntervalInfo::copyHash(const Hashtable* source, in copyHash() argument
H A Dnumfmt.cpp257 NumberFormat::NumberFormat(const NumberFormat &source) in NumberFormat() argument
672 NumberFormat::parseObject(const UnicodeString& source, in parseObject() argument
H A Drbt_pars.cpp1650 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules() argument
[all...]
H A Drbtz.cpp61 RuleBasedTimeZone::RuleBasedTimeZone(const RuleBasedTimeZone& source) in RuleBasedTimeZone() argument
660 RuleBasedTimeZone::copyRules(UVector* source) { in copyRules() argument
[all...]
H A Dtmutfmt.cpp174 TimeUnitFormat::parseObject(const UnicodeString& source, in parseObject() argument
711 TimeUnitFormat::copyHash(const Hashtable* source, Hashtable* target, UErrorCode& status) { in copyHash() argument
H A Dtranslit.cpp747 UnicodeString source, target, variant; in getDisplayName() local
1370 int32_t U_EXPORT2 Transliterator::countAvailableTargets(const UnicodeString& source) { in countAvailableTargets() argument
1387 int32_t U_EXPORT2 Transliterator::countAvailableVariants(const UnicodeString& source, in countAvailableVariants() argument
1376 getAvailableTarget(int32_t index, const UnicodeString& source, UnicodeString& result) getAvailableTarget() argument
1394 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) getAvailableVariant() argument
1415 _countAvailableTargets(const UnicodeString& source) _countAvailableTargets() argument
1419 _getAvailableTarget(int32_t index, const UnicodeString& source, UnicodeString& result) _getAvailableTarget() argument
1425 _countAvailableVariants(const UnicodeString& source, const UnicodeString& target) _countAvailableVariants() argument
1430 _getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) _getAvailableVariant() argument
[all...]
H A Dtransreg.cpp709 UnicodeString source, target, variant; in remove() local
778 getAvailableTarget(int32_t index, const UnicodeString& source, UnicodeString& result) const getAvailableTarget() argument
802 countAvailableVariants(const UnicodeString& source, const UnicodeString& target) const countAvailableVariants() argument
819 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) const getAvailableVariant() argument
905 registerEntry(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) registerEntry() argument
925 UnicodeString source, target, variant; registerEntry() local
938 registerEntry(const UnicodeString& ID, const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, TransliteratorEntry* adopted, UBool visible) registerEntry() argument
967 registerSTV(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant) registerSTV() argument
1012 removeSTV(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant) removeSTV() argument
1187 UnicodeString source, target, variant; find() local
1214 find(UnicodeString& source, UnicodeString& target, UnicodeString& variant) find() argument
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Duscanf_p.cpp845 const UChar *source; in u_scanf_string_handler() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp599 static const char *source = "<source>"; variable
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp71 static std::unique_ptr<SkSL::Program> ReleaseProgram(std::unique_ptr<String> source) { in ReleaseProgram() argument
358 std::unique_ptr<SkSL::Program> ReleaseProgram(std::unique_ptr<String> source) { in ReleaseProgram() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h126 Ref<BufferBase> source; member
134 BufferCopy source; member
140 TextureCopy source; member
146 TextureCopy source; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTests.cpp529 wgpu::Buffer source = utils::CreateBufferFromData(device, sourceData.data(), in GetExpectedTextureData() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DDeviceD3D12.cpp458 MaybeError Device::CopyFromStagingToBuffer(StagingBufferBase* source, in CopyFromStagingToBuffer() argument
495 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() argument
479 CopyFromStagingToBufferImpl(CommandRecordingContext* commandContext, StagingBufferBase* source, uint64_t sourceOffset, BufferBase* destination, uint64_t destinationOffset, uint64_t size) CopyFromStagingToBufferImpl() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.cpp197 MaybeError Device::CopyFromStagingToBuffer(StagingBufferBase* source, in CopyFromStagingToBuffer() argument
218 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp644 MaybeError Device::CopyFromStagingToBuffer(StagingBufferBase* source, in CopyFromStagingToBuffer() argument
678 MaybeError Device::CopyFromStagingToTexture(const StagingBufferBase* source, in CopyFromStagingToTexture() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h1043 const void* source; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc1763 hb_buffer_append(hb_buffer_t *buffer, hb_buffer_t *source, unsigned int start, unsigned int end) hb_buffer_append() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc386 void CopyBigGlyphMetrics(BigGlyphMetrics::Builder* source, in CopyBigGlyphMetrics() argument
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py705 source = (b"_ = '::'.join([__name__, __file__, __cached__, __package__, " variable in SourceOnlyLoader
[all...]
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1061 BSTR descr=NULL, helpfile=NULL, source=NULL; in GetComError() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h944 Source source; member
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc268 ParserImpl::Failure::Errored ParserImpl::add_error(const Source& source, in add_error() argument
286 add_error(const Source& source, const std::string& err) add_error() argument
294 deprecated(const Source& source, const std::string& msg) deprecated() argument
540 Source source; variable_decl() local
644 Source source; sampler_type() local
686 Source source; external_texture_type() local
728 Source source; depth_texture_type() local
1045 Source source; type_decl() local
1241 auto source = peek().source(); expect_storage_class() local
1268 auto source = t.source(); struct_decl() local
1379 Source source; function_header() local
1707 Source source; return_stmt() local
1788 Source source; if_stmt() local
1817 Source source; elseif_stmt() local
1844 Source source; else_stmt() local
1858 Source source; switch_stmt() local
1899 auto source = t.source(); switch_body() local
1961 Source source; case_body() local
1985 Source source; loop_stmt() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1044 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() argument
H A Ducnv_bld.cpp293 const UConverterStaticData *source = (const UConverterStaticData *) raw; in ucnv_data_unFlattenClone() local

Completed in 47 milliseconds

1...<<81828384858687888990>>...122