Home
last modified time | relevance | path

Searched defs:string1 (Results 1 – 25 of 31) 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.c41 const char string1[] = "1"; variable
Dunit1601.c43 const char string1[] = "1"; variable
Dunit1612.c45 const char string1[] = "1"; variable
Dunit1610.c45 const char string1[] = "1"; variable
/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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationCreationMethodTest.java117 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) in report()
DCollationThaiTest.java313 public int compare(String string1, String string2) in compare()
DCollationKanaTest.java190 String string1 = new String(tmp1); in TestCommonCharacters() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationCreationMethodTest.java114 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) in report()
DCollationThaiTest.java310 public int compare(String string1, String string2) in compare()
DCollationKanaTest.java187 String string1 = new String(tmp1); in TestCommonCharacters() local
/third_party/libcoap/include/coap3/
Dcoap_str.h189 #define coap_string_equal(string1,string2) \ argument
/third_party/jerryscript/tests/unit-core/
Dtest-context-data.cpp34 const char *string1 = "item1"; variable
/third_party/alsa-lib/src/ucm/
Ducm_cond.c43 const char *string1 = NULL, *string2 = NULL; in if_eval_string() local
/third_party/gn/src/gn/
Doperators_unittest.cc118 const char string1[] = "good"; in TEST() local
/third_party/python/Lib/
Dpickletools.py426 string1 = ArgumentDescriptor( variable
/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.java92 ByteString string1 = 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()
1335 Isolate* isolate, const icu::Collator& icu_collator, Handle<String> string1, in TryFastCompareStrings()
1413 Handle<String> string1, Handle<String> string2, in CompareStrings()

12