Home
last modified time | relevance | path

Searched refs:str2 (Results 151 - 175 of 179) sorted by relevance

12345678

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6714 UnicodeString str2; in TestFieldPositionIterator() local
6721 decFmt->format(num, str2, &iter2, status); in TestFieldPositionIterator()
6729 str2.remove(); in TestFieldPositionIterator()
6730 decFmt->format(num, str2, NULL, status); in TestFieldPositionIterator()
6731 assertEquals("null fpiter", str1, str2); in TestFieldPositionIterator()
7343 UnicodeString str2(uch, len); in testFormattableAsUFormattable()
7345 exactMatch = (str == str2); in testFormattableAsUFormattable()
10109 UnicodeString str2; in Test10997_FormatCurrency() local
10111 fmt->format(eurAmnt, str2, fp, status); in Test10997_FormatCurrency()
10112 assertEquals("minFrac 4 should be respected in different currency", u"€123.4500", str2); in Test10997_FormatCurrency()
[all...]
H A Ddtifmtts.cpp1210 UnicodeString str, str2; in expect() local
1658 UnicodeString str, str2; in stress() local
H A Dtzregts.cpp131 UnicodeString str, str2; in Test4073215() local
194 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE")); in Test4073215()
198 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE")); in Test4073215()
202 (trans?sdf.format(trans, str2.remove()):(UnicodeString)"NONE")); in Test4073215()
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
H A Dutil.test.js476 function aysnFun(str1, str2, callback) {
478 callback(null, str1 + str2);
498 function aysnFun(str1, str2, callback) {
500 callback(null, str1 + str2);
1613 let str2 = encode2.encoding
1614 expect(str2).assertEqual('utf-8')
/third_party/python/Objects/
H A Dlongobject.c2123 char *str2; in _PyLong_FormatBytesWriter() local
2125 str2 = str; in _PyLong_FormatBytesWriter()
2128 writer, &str2); in _PyLong_FormatBytesWriter()
2131 writer, &str2); in _PyLong_FormatBytesWriter()
2134 assert(str2 != NULL); in _PyLong_FormatBytesWriter()
2135 return str2; in _PyLong_FormatBytesWriter()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c584 strcmpic(const char *str1, const char *str2) in strcmpic() argument
587 while (*str1 != '\0' || *str2 != '\0') in strcmpic()
590 c2 = tolower(*str2++); in strcmpic()
/third_party/python/Modules/
H A D_testcapimodule.c3576 static PyObject *str1, *str2; variable
3582 str2 = str1; in failing_converter()
3583 Py_INCREF(str2); in failing_converter()
3590 str1 = str2 = NULL; in argparsing()
3593 failing_converter, &str2)) { in argparsing()
3594 if (!str2) in argparsing()
3598 res = PyLong_FromSsize_t(Py_REFCNT(str2)); in argparsing()
3599 Py_DECREF(str2); in argparsing()
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
H A DHiAppEventCPPTest.cpp210 char str2[] = "world"; in HWTEST_F() local
211 char* strs[] = {str1, str2}; in HWTEST_F()
/third_party/lame/frontend/
H A Dparse.c1534 #define T_ELIF2(str1,str2) } else if ( 0 == local_strcasecmp (token,str1) || 0 == local_strcasecmp (token,str2) ) {
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1065 const uint8_t* str2 = in SlowEquals() local
1067 return CompareCharsEqual(str1, str2, len); in SlowEquals()
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h172 IMGUI_API int ImStricmp(const char* str1, const char* str2);
173 IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count);
H A Dimgui.cpp1281 int ImStricmp(const char* str1, const char* str2)
1284 while ((d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; }
1288 int ImStrnicmp(const char* str1, const char* str2, size_t count)
1291 while (count > 0 && (d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; count--; }
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_test.cc126 const mstring str2("SLEEPING!"); in TEST()
131 absl::string_view s2(str2); in TEST()
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c107 static void pkey_print_message(const char *str, const char *str2,
3390 static void pkey_print_message(const char *str, const char *str2, long num, in pkey_print_message() argument
3395 : "Doing %u bits %s %s's for %ds: ", bits, str, str2, tm); in pkey_print_message()
/third_party/openssl/apps/
H A Dspeed.c107 static void pkey_print_message(const char *str, const char *str2,
3366 static void pkey_print_message(const char *str, const char *str2, long num, in pkey_print_message() argument
3371 : "Doing %u bits %s %s's for %ds: ", bits, str, str2, tm); in pkey_print_message()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatTest.java2029 String str2 = tasks[i-2].result(); in TestThreadedFormat()
2030 if (!str1.equals(str2)) { in TestThreadedFormat()
2033 System.out.println(str2); in TestThreadedFormat()
2038 str1 = str2; in TestThreadedFormat()
5330 String str2 = fmt.format(new CurrencyAmount(123.45, Currency.getInstance("EUR"))); in Test10997()
5332 assertEquals("minFrac 4 should be respected in different currency", "€123.4500", str2); in Test10997()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java2026 String str2 = tasks[i-2].result(); in TestThreadedFormat()
2027 if (!str1.equals(str2)) { in TestThreadedFormat()
2030 System.out.println(str2); in TestThreadedFormat()
2035 str1 = str2; in TestThreadedFormat()
5330 String str2 = fmt.format(new CurrencyAmount(123.45, Currency.getInstance("EUR"))); in Test10997()
5332 assertEquals("minFrac 4 should be respected in different currency", "€123.4500", str2); in Test10997()
/third_party/ltp/scripts/
H A Dcheckpatch.pl636 my ($str1, $str2) = @_;
638 $str2 = lc($str2);
640 $str2 =~ s/-//g;
642 my $len2 = length($str2);
651 } elsif (substr($str1, $i-1, 1) eq substr($str2, $j-1, 1)) {
/third_party/elfutils/libcpu/
H A Di386_data.h63 unsigned int str2 : STR2_BITS; member
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1809 const char str2[] = { 0x41, 0x42, 0x04, 0x00 }; in testNotEqualString5() local
1811 TEST_ASSERT_EQUAL_STRING(str1, str2); in testNotEqualString5()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_internal.h308 IMGUI_API int ImStricmp(const char* str1, const char* str2);
309 IMGUI_API int ImStrnicmp(const char* str1, const char* str2, size_t count);
H A Dimgui.cpp1333 int ImStricmp(const char* str1, const char* str2)
1336 while ((d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; }
1340 int ImStrnicmp(const char* str1, const char* str2, size_t count)
1343 while (count > 0 && (d = toupper(*str2) - toupper(*str1)) == 0 && *str1) { str1++; str2++; count--; }
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3982 char str2[100]; in NameHandler3() local
3984 OH_JSVM_GetValueStringUtf8(env, valueName, str2, strlen(str2), &size2); in NameHandler3()
4180 char str2[100]; in IndexHandler4() local
4182 OH_JSVM_GetValueStringUtf8(env, valueName, str2, strlen(str2), &size2); in IndexHandler4()
/third_party/googletest/googletest/test/
H A Dgtest_unittest.cc4775 static const ::std::string str2(str1); in TEST()
4776 EXPECT_EQ(str1, str2); in TEST()
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp7704 /* str2 is the other; it must be the same length as str1 */
7707 /* length as str1 and str2, and each character of targ is in either */
7708 /* str1 or str2 in the corresponding position), or 0 otherwise */
7714 static Flag decBiStr(const char *targ, const char *str1, const char *str2) { argument
7715 for (;;targ++, str1++, str2++) {
7716 if (*targ!=*str1 && *targ!=*str2) return 0;

Completed in 222 milliseconds

12345678