Home
last modified time | relevance | path

Searched defs:srcStr (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp557 UnicodeString srcStr(c); in checkIrrelevants() local
567 UnicodeString srcStr, targ, reverse; in test2() local
635 UnicodeString srcStr((UChar32)c); in test2() local
650 UnicodeString srcStr((UChar32)c); in test2() local
669 UnicodeString srcStr((UChar32)c); in test2() local
716 UnicodeString srcStr; in test2() local
/third_party/quickjs/
Dmessage_server.cpp44 bool DBG_CopyComponentNameFromAce(const char *srcStr, char *destStr, int maxLen) in DBG_CopyComponentNameFromAce()
/third_party/ffmpeg/libswscale/tests/
Dswscale.c315 char srcStr[21]; in fileTest() local
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeCommandLine.cpp297 std::string srcStr(src); in findNamedValueMatch() local
/third_party/vk-gl-cts/modules/egl/
DteglImageTests.cpp256 const char* srcStr, in checkCreate()
/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof.cpp743 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Duspoof.cpp736 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/third_party/icu/icu4c/source/i18n/
Duspoof.cpp743 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/third_party/node/deps/icu-small/source/i18n/
Duspoof.cpp746 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp111 const char* const srcStr = src.c_str(); in CheckedShader() local
/third_party/icu/icu4c/source/common/
Dutext.cpp2362 const UChar *srcStr = (const UChar *)src->context; in ucstrTextClone() local
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp2362 const UChar *srcStr = (const UChar *)src->context; in ucstrTextClone() local
/third_party/node/deps/icu-small/source/common/
Dutext.cpp2362 const UChar *srcStr = (const UChar *)src->context; in ucstrTextClone() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutext.cpp2360 const UChar *srcStr = (const UChar *)src->context; in ucstrTextClone() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1121 const char* const srcStr = src.c_str(); in createSingleShaderProgram() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4697 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy()