Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/musl/libc-test/src/functionalext/supplement/string/
Dwcscmp.c29 wchar_t str2[] = L"test wcscmp"; in wcscmp_0100() local
43 wchar_t str2[] = L"ABCE"; in wcscmp_0200() local
57 wchar_t str2[] = L"ABCD"; in wcscmp_0300() local
71 wchar_t str2[] = L"BCDE"; in wcscmp_0400() local
88 wchar_t str2[] = L""; in wcscmp_0500() local
/third_party/libabigail/src/
Dabg-diff-utils.cc97 compute_middle_snake(const char* str1, const char* str2, in compute_middle_snake()
129 const char* str2, in ses_len()
157 compute_lcs(const char* str1, const char* str2, int &ses_len, string& lcs) in compute_lcs()
187 compute_ses(const char* str1, const char* str2, edit_script& ses) in compute_ses()
/third_party/libxml2/
Dxmlstring.c133 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp()
160 xmlStrEqual(const xmlChar *str1, const xmlChar *str2) { in xmlStrEqual()
213 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp()
275 xmlStrcasecmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcasecmp()
300 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp()
489 xmlStrncatNew(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncatNew()
/third_party/cef/tests/ceftests/
Dstring_unittest.cc22 CefStringUTF8 str2("Test String"); in TEST() local
60 CefStringUTF16 str2("Test String"); in TEST() local
98 CefStringWide str2("Test String"); in TEST() local
/third_party/lwip/src/core/
Ddef.c128 lwip_stricmp(const char *str1, const char *str2) in lwip_stricmp()
163 lwip_strnicmp(const char *str1, const char *str2, size_t len) in lwip_strnicmp()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/apparent_members/
Dapparent_members_2.ts31 let str2: color = "BLUE"; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/Reverting_Template_Literal_Inference/
DReverting_Template_Literal_Inference.ts28 let str2: string = `hello ${logo}`; variable
/third_party/jerryscript/tests/jerry/
Dstring-surrogates-concat.js17 var str2 = "\ud801"; variable
Dstring-prototype-localecompare.js16 var str2 = "cd"; variable
Dstrict.js86 var str2 = "'\\x" + "00'"; variable
/third_party/mesa3d/src/util/tests/hash_table/
Dinsert_and_lookup.c40 const char *str2 = "test2"; in main() local
Dreplacement.c40 char *str2 = strdup("test1"); in main() local
Dremove_key.c37 const char *str2 = "test2"; in main() local
Ddelete_and_lookup.c50 const char *str2 = "test2"; in main() local
Ddestroy_callback.c36 static const char *str2 = "test2"; variable
/third_party/flutter/skia/gm/
Dpatharcto.cpp49 …const char* str2 = "M10.156,30.995l4.881,2.63 16.17,8.713a1647300736,1647300736 0,0 0,31.287 16.86… variable
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemcmp.c37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp()
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemcmp.c37 int memcmp(const void *str1, const void *str2, size_t n) in memcmp()
/third_party/node/test/js-native-api/test_string/
Dtest.js25 const str2 = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'; constant
/third_party/flutter/skia/third_party/externals/icu/source/samples/translit/answers/
Dmain_1.cpp28 UnicodeString str, str2; in main() local
Dmain_2.cpp29 UnicodeString str, str2; in main() local
/third_party/icu/icu4c/source/samples/translit/answers/
Dmain_1.cpp28 UnicodeString str, str2; in main() local
Dmain_2.cpp29 UnicodeString str, str2; in main() local
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/
Dmain_1.cpp28 UnicodeString str, str2; in main() local
Dmain_2.cpp29 UnicodeString str, str2; in main() local

12345678