Home
last modified time | relevance | path

Searched defs:string2 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/python/Doc/includes/sqlite3/
Dcollation_reverse.py3 def collate_reverse(string1, string2): argument
/third_party/musl/porting/linux/user/src/string/
Dstrcspn.c5 size_t strcspn(const char *string1, const char *string2) in strcspn()
/third_party/musl/src/string/
Dstrcspn.c5 size_t strcspn(const char *string1, const char *string2) in strcspn()
/third_party/curl/tests/unit/
Dunit1611.c42 const char string2[] = "hello-you-fool"; variable
Dunit1601.c44 const char string2[] = "hello-you-fool"; variable
Dunit1612.c46 const char string2[] = "hello-you-fool"; variable
Dunit1610.c46 const char string2[] = "hello-you-fool"; variable
/third_party/rust/crates/nix/test/
Dtest_pty.rs222 let string2 = "barbarbarbar\n"; in test_openpty() localVariable
270 let string2 = "barbarbarbar\n"; in test_openpty_with_termios() localVariable
/third_party/icu/icu4c/source/samples/legacy/
Doldcol.cpp49 int compare_legacy(const void *string1, const void *string2) { in compare_legacy()
Dnewcol.cpp48 int compare_current(const void *string1, const void *string2) { in compare_current()
/third_party/skia/third_party/externals/icu/source/samples/legacy/
Dnewcol.cpp48 int compare_current(const void *string1, const void *string2) { in compare_current()
Doldcol.cpp49 int compare_legacy(const void *string1, const void *string2) { in compare_legacy()
/third_party/libcoap/include/coap3/
Dcoap_str.h189 #define coap_string_equal(string1,string2) \ argument
/third_party/jerryscript/tests/unit-core/
Dtest-context-data.cpp69 const char *string2 = "item2"; variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationThaiTest.java313 public int compare(String string1, String string2) in compare()
DCollationKanaTest.java191 String string2 = new String(tmp2); in TestCommonCharacters() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThaiTest.java310 public int compare(String string1, String string2) in compare()
DCollationKanaTest.java188 String string2 = new String(tmp2); in TestCommonCharacters() local
/third_party/alsa-lib/src/ucm/
Ducm_cond.c43 const char *string1 = NULL, *string2 = NULL; in if_eval_string() local
/third_party/cJSON/
DcJSON_Utils.c83 static int compare_strings(const unsigned char *string1, const unsigned char *string2, const cJSON_… in compare_strings()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java93 ByteString string2 = ByteString.copyFrom(referenceBytes); in testCompare_equalByteStrings_compareEqual() local
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc967 Isolate* isolate, Handle<String> string1, Handle<String> string2, in StringLocaleCompare()
1336 Handle<String> string2, int* processed_until_out) { in TryFastCompareStrings()
1413 Handle<String> string1, Handle<String> string2, in CompareStrings()
/third_party/python/Modules/_sqlite/
Dconnection.c1525 PyObject* string2 = 0; in pysqlite_collation_callback() local
/third_party/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc457 InlinedStringField* string2 = in SwapField() local
465 ArenaStringPtr* string2 = in SwapField() local
/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c1645 static int compare_teststruct(const void *string1, const void *string2) { in compare_teststruct()

12