Home
last modified time | relevance | path

Searched defs:text1 (Results 1 – 25 of 42) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dreapits.c408 UChar text1[50]; in TestRegexCAPI() local
462 UChar text1[50]; in TestRegexCAPI() local
499 UChar text1[50]; in TestRegexCAPI() local
554 UChar text1[50]; in TestRegexCAPI() local
635 UChar text1[80]; in TestRegexCAPI() local
829 UChar text1[80]; in TestRegexCAPI() local
901 UChar text1[80]; /* "Replace xaax x1x x...x." */ in TestRegexCAPI() local
1560 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1607 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1667 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
[all …]
/external/cronet/third_party/icu/source/test/cintltst/
Dreapits.c408 UChar text1[50]; in TestRegexCAPI() local
462 UChar text1[50]; in TestRegexCAPI() local
499 UChar text1[50]; in TestRegexCAPI() local
554 UChar text1[50]; in TestRegexCAPI() local
635 UChar text1[80]; in TestRegexCAPI() local
829 UChar text1[80]; in TestRegexCAPI() local
901 UChar text1[80]; /* "Replace xaax x1x x...x." */ in TestRegexCAPI() local
1560 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1607 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
1667 UText text1 = UTEXT_INITIALIZER; in TestUTextAPI() local
[all …]
/external/libbrillo/brillo/
Ddata_encoding_test.cc43 const std::string text1 = "hello world"; in TEST() local
71 const std::string text1 = "hello world"; in TEST() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCharUtilities.java86 public static int compare(CharSource text1, CharSource text2) { in compare()
126 public static int compare(CharSequence text1, CharSequence text2) { in compare()
/external/strace/tests/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
Dseccomp-strict.c41 static const char text1[] = in main() local
/external/strace/tests-m32/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
Dseccomp-strict.c41 static const char text1[] = in main() local
/external/strace/tests-mx32/
Dprctl-seccomp-strict.c42 static const char text1[] = in main() local
Dseccomp-strict.c41 static const char text1[] = in main() local
/external/libcap/contrib/bug400591/
Dbug.c16 char *text1, *text2; in main() local
/external/skia/tests/graphite/
DRecordingOrderTest.cpp70 const char* text1 = "burgefons"; in run_test() local
/external/downloader/src/test/java/com/google/android/downloader/
DProtoFileDownloadDestinationTest.java136 String text1 = "Hello world"; in openByteChannel_fileNonEmpty() local
DSimpleFileDownloadDestinationTest.java136 String text1 = "Hello world"; in openByteChannel_fileNonEmpty() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBIAPITest.java136 CharacterIterator text1 = new StringCharacterIterator(str1); in TestGetSetText() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBIAPITest.java139 CharacterIterator text1 = new StringCharacterIterator(str1); in TestGetSetText() local
/external/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc267 char text1[100]; in gen_cospi_list_sse2() local
383 char text1[100]; in gen_cospi_list_sse4_1() local
/external/mtools/
Dvfat.h47 struct unicode_char text1[VSE1SIZE]; member
/external/python/cpython2/Lib/test/
Dtest_pydoc.py279 def print_diffs(text1, text2): argument
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc81 std::string text1; in DoStuff() local
/external/expat/expat/tests/
Druntests.c2744 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n"; in START_TEST() local
2813 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local
3339 const char *text1 = "<doc>Hello "; in START_TEST() local
4082 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_param() local
4329 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_valuer() local
4419 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_not_standalone() local
4467 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_value_aborter() local
4657 const char *text1 = (const char *)XML_GetUserData(parser); in external_entity_public() local
7292 const char *text1 in START_TEST() local
7307 const char *text1 = "<foo:e xmlns:foo='http://example.org/'" in START_TEST() local
[all …]
/external/python/cffi/c/
Drealize_c_type.c247 char *text1 = ct->ct_name; in unexpected_fn_type() local
/external/skia/tests/
DTextBlobTest.cpp334 const char text1[] = "Foo"; in DEF_TEST() local
/external/pdfium/fpdfsdk/
Dfpdf_edit_embeddertest.cpp713 ScopedFPDFWideString text1 = GetFPDFWideString(L"Changed for SetText test"); in TEST_F() local
2429 ScopedFPDFWideString text1 = GetFPDFWideString(kBottomText); in TEST_F() local
2848 FPDF_PAGEOBJECT text1 = FPDFFormObj_GetObject(form, 0); in TEST_F() local
3010 FPDF_PAGEOBJECT text1 = FPDFPageObj_NewTextObj(document(), "Arial", 12.0f); in TEST_F() local
3611 ScopedFPDFWideString text1 = GetFPDFWideString(kLoadedFontText); in TEST_F() local
/external/cronet/third_party/icu/source/test/intltest/
Dregextst.cpp4917 UText text1 = UTEXT_INITIALIZER; in PreAllocatedUTextCAPI() local
4965 UChar text1[80]; in PreAllocatedUTextCAPI() local
5013 UChar text1[80]; in PreAllocatedUTextCAPI() local
5064 UChar text1[80]; in PreAllocatedUTextCAPI() local

12