Home
last modified time | relevance | path

Searched defs:text2 (Results 1 – 25 of 64) sorted by relevance

123

/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/
DTranslateImplTest.java213 String text2 = "other text"; in testDetectList() local
228 String text2 = "other text"; in testDetectListMultipleDetections() local
248 String text2 = "other text"; in testDetectListNoDetection() local
268 String text2 = "other text"; in testDetectVararg() local
282 String text2 = "other text"; in testDetectVarargMultipleDetections() local
302 String text2 = "other text"; in testDetectVarargNoDetection() local
346 String text2 = "Hallo Welt!"; in testTranslateList() local
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dreapits.c409 UChar text2[50]; in TestRegexCAPI() local
463 UChar text2[50]; in TestRegexCAPI() local
830 UChar text2[80]; in TestRegexCAPI() local
902 UChar text2[80]; /* "No match Here" */ in TestRegexCAPI() local
1064 UChar text2[80]; in TestRegexCAPI() local
1561 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1608 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1827 UChar text2[80]; in TestUTextAPI() local
1876 UChar text2[80]; in TestUTextAPI() local
1959 UChar text2[80]; in TestUTextAPI() local
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dreapits.c409 UChar text2[50]; in TestRegexCAPI() local
463 UChar text2[50]; in TestRegexCAPI() local
830 UChar text2[80]; in TestRegexCAPI() local
902 UChar text2[80]; /* "No match Here" */ in TestRegexCAPI() local
1064 UChar text2[80]; in TestRegexCAPI() local
1561 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1608 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1827 UChar text2[80]; in TestUTextAPI() local
1876 UChar text2[80]; in TestUTextAPI() local
1959 UChar text2[80]; in TestUTextAPI() local
/external/icu/icu4c/source/test/cintltst/
Dreapits.c409 UChar text2[50]; in TestRegexCAPI() local
463 UChar text2[50]; in TestRegexCAPI() local
830 UChar text2[80]; in TestRegexCAPI() local
902 UChar text2[80]; /* "No match Here" */ in TestRegexCAPI() local
1064 UChar text2[80]; in TestRegexCAPI() local
1561 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1608 UText text2 = UTEXT_INITIALIZER; in TestUTextAPI() local
1827 UChar text2[80]; in TestUTextAPI() local
1876 UChar text2[80]; in TestUTextAPI() local
1959 UChar text2[80]; in TestUTextAPI() local
/external/libbrillo/brillo/
Ddata_encoding_test.cc46 const std::string text2 = in TEST() local
74 const std::string text2 = in TEST() local
/external/strace/tests-m32/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
/external/strace/tests-mx32/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
/external/strace/tests/
Dprctl-seccomp-strict.c44 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
Dseccomp-strict.c43 static const char text2[] = "+++ exited with 0 +++\n"; in main() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCharUtilities.java88 public static int compare(CharSource text1, CharSource text2) { in compare()
127 public static int compare(CharSequence text1, CharSequence text2) { in compare()
/external/grpc-grpc/test/core/json/
Dfuzzer.cc38 auto text2 = grpc_core::JsonDump(*json); in LLVMFuzzerTestOneInput() local
/external/libcap/contrib/bug400591/
Dbug.c16 char *text1, *text2; in main() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DUtil.java56 public static boolean compareAllLines(String text1, String text2) { in compareAllLines()
/external/expat/expat/tests/
Dns_tests.c403 const char *text2 in START_TEST() local
418 const char *text2 in START_TEST() local
477 const char *text2 in START_TEST() local
Dnsalloc_tests.c728 const char *text2 in START_TEST() local
1304 const char *text2 in START_TEST() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java58 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in TestMultipleParagraphs
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/bidi/
DTestMultipleParagraphs.java55 private static final String text2 = "\u05d0 1-2\u001c\u0630 1-2\u001c1-2"; field in TestMultipleParagraphs
/external/sdv/vsomeip/third_party/boost/regex/example/snippets/
Dicu_example.cpp166 …std::string text2 = " $100.23 or \xC2\xA3""198.12 "; // \xC2\xA3 is the pound sign encoded in UTF-8 in main() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc85 std::string text2; in DoStuff() local
170 std::string text2; in DoStuff() local
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DArrayNodeTest.java84 TextNode text2 = TextNode.valueOf("b"); in testDirectCreation() local
/external/downloader/src/test/java/com/google/android/downloader/
DSimpleFileDownloadDestinationTest.java138 String text2 = "Bye world"; in openByteChannel_fileNonEmpty() local
DProtoFileDownloadDestinationTest.java138 String text2 = "Bye world"; in openByteChannel_fileNonEmpty() local
/external/mtools/
Dvfat.h51 struct unicode_char text2[VSE2SIZE]; member

123