Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtransrt.cpp531 UnicodeString srcStr(c); in checkIrrelevants() local
541 UnicodeString srcStr, targ, reverse; in test2() local
609 UnicodeString srcStr((UChar32)c); in test2() local
624 UnicodeString srcStr((UChar32)c); in test2() local
643 UnicodeString srcStr((UChar32)c); in test2() local
691 UnicodeString srcStr; in test2() local
/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/node/deps/icu-small/source/i18n/
Duspoof.cpp747 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/third_party/icu/icu4c/source/i18n/
Duspoof.cpp747 …UnicodeString srcStr = UnicodeString::fromUTF8(StringPiece(id, length>=0 ? length : static_cast<in… in uspoof_getSkeletonUTF8() local
/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/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp111 const char* const srcStr = src.c_str(); in CheckedShader() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1121 const char* const srcStr = src.c_str(); in createSingleShaderProgram() 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.cpp2365 const char16_t *srcStr = (const char16_t *)src->context; in ucstrTextClone() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4697 static char* VmaCreateStringCopy(const VkAllocationCallbacks* allocs, const char* srcStr) in VmaCreateStringCopy()