Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 25 of 76) sorted by relevance

1234

/external/cldr/tools/java/org/unicode/cldr/util/
DCharUtilities.java76 public static int compare(CharSource text1, CharSource text2) { in compare() argument
83 if (text2.hasCharAt(i2)) { in compare()
87 } else if (text2.hasCharAt(i2)) { in compare()
91 int cp2 = text2.charAt(i2++); in compare()
116 public static int compare(CharSequence text1, CharSequence text2) { in compare() argument
123 if (i2 >= text2.length()) { in compare()
127 } else if (i2 >= text2.length()) { in compare()
131 int cp2 = text2.charAt(i2++); in compare()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DCollatorTest.java112 for (String text2 : data) { in checkCollation()
113 int jdkRes = jdkColl.compare(text1, text2); in checkCollation()
114 int icuRes = icuColl.compare(text1, text2); in checkCollation()
117 … errln("FAIL: Different results for [text1=" + text1 + ",text2=" + text2 + ") for locale " in checkCollation()
123 CollationKey jdkKey2 = jdkColl.getCollationKey(text2); in checkCollation()
126 com.ibm.icu.text.CollationKey icuKey2 = icuColl.getCollationKey(text2); in checkCollation()
132 … errln("FAIL: Different collationKey comparison results for [text1=" + text1 + ",text2=" + text2 in checkCollation()
/external/strace/tests-m32/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
/external/strace/tests/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
/external/strace/tests-mx32/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
65 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
66 rc += write(1, text2, LENGTH_OF(text2)) != LENGTH_OF(text2); in main()
/external/libcap/contrib/bug400591/
Dbug.c16 char *text1, *text2; in main() local
35 text2 = cap_to_text(caps2, NULL); in main()
36 assert(text2); in main()
38 assert(strcmp(text1, text2) == 0); in main()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c400 UChar text2[50]; in TestRegexCAPI() local
404 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI()
422 uregex_setText(re, text2, -1, &status); in TestRegexCAPI()
454 UChar text2[50]; in TestRegexCAPI() local
459 u_uastrncpy(text2, "abcccxd", UPRV_LENGTHOF(text2)); in TestRegexCAPI()
471 uregex_setText(re, text2, 7, &status); in TestRegexCAPI()
473 TEST_ASSERT(result == text2); in TestRegexCAPI()
478 uregex_setText(re, text2, 4, &status); in TestRegexCAPI()
480 TEST_ASSERT(result == text2); in TestRegexCAPI()
821 UChar text2[80]; in TestRegexCAPI() local
[all …]
/external/libbrillo/brillo/
Ddata_encoding_unittest.cc46 const std::string text2 = in TEST() local
66 EXPECT_EQ(encoded2, Base64Encode(text2)); in TEST()
74 const std::string text2 = in TEST() local
95 EXPECT_EQ(encoded2, Base64EncodeWrapLines(text2)); in TEST()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc85 std::string text2; in DoStuff() local
87 EXPECT_TRUE(ReadTextMessage(request->pipe.get(), &text2)); in DoStuff()
94 if (!text2.empty()) { in DoStuff()
96 EXPECT_TRUE(WriteTextMessage(pipe1_.get(), text2)); in DoStuff()
170 std::string text2; in DoStuff() local
171 EXPECT_TRUE(ReadTextMessage(response->pipe.get(), &text2)); in DoStuff()
176 EXPECT_EQ(std::string(kText2), text2); in DoStuff()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Didentical-segments.test21 - Name: .text2
30 - Section: .text2
35 - Section: .text2
40 - Section: .text2
Dbinary-remove-middle.test2 # RUN: llvm-objcopy -R .text2 -O binary %t %t2
20 - Name: .text2
41 - Section: .text2
Dbinary-remove-all-but-one.test20 - Name: .text2
41 - Section: .text2
Dsegment-test-remove-section.test5 # possible to place it after .text when .text2 is removed.
8 # RUN: llvm-objcopy -R .text2 %t %t2
25 - Name: .text2
43 - Section: .text2
Dbinary-remove-end.test20 - Name: .text2
41 - Section: .text2
/external/llvm/test/MC/X86/AlignedBundling/
Dsection-alignment.s19 .section text2, "x"
21 # CHECK-LABEL: Name: text2
Ddifferent-sections.s18 .section text2, "x"
19 # CHECK: section text2
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
Dsection-alignment.s19 .section text2, "x"
21 # CHECK-LABEL: Name: text2
Ddifferent-sections.s18 .section text2, "x"
19 # CHECK: section text2
/external/llvm/test/tools/llvm-symbolizer/
Dsym.test27 #CHECK: some text2
33 #PRETTY: some text2
/external/python/cpython2/Lib/test/
Dtest_minidom.py973 (text1, elm1, text2) = root.childNodes
979 elm1.nextSibling is text2 and
980 text2.previousSibling is elm1 and
981 text2.nextSibling is None and
988 text2.parentNode is root and
1192 text2 = doc.createTextNode("d")
1193 elem.appendChild(text2)
1195 self.checkWholeText(text2, "d")
1201 self.checkWholeText(text2, "d")
1207 self.checkWholeText(text2, "d")
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBufferedTreeNodeStream.cs549 string text2 = adaptor.GetText(stop); in ToString()
550 if (text2 == null) { in ToString()
551 text2 = " " + adaptor.GetType(stop).ToString(); in ToString()
553 buf.Append(text2); in ToString()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBufferedTreeNodeStream.cs654 string text2 = adaptor.GetText( stop ); in ToString()
655 if ( text2 == null ) in ToString()
657 text2 = " " + adaptor.GetType( stop ).ToString(); in ToString()
659 buf.Append( text2 ); in ToString()

1234