Searched defs:testString1 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DThreadSafeDataTransportTest.cpp60 const char testString1[] = "123"; local
61 RefPtr<SharedBuffer> buffer1 = SharedBuffer::create(testString1, sizeof(testString1) - 1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c276 UChar testString1[30]; local
299 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
303 uregex_setText(clone1, testString1, -1, &status);
1444 UChar testString1[30]; local
1467 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
1471 uregex_setText(clone1, testString1, -1, &status);
H A Dcapitst.c1255 UChar *testString1, *testString2; local
1267 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1269 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1274 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1282 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1371 free(testString1);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp594 UnicodeString testString1 = "abc123..abc"; local
604 bi->setText(testString1);
605 doBoundaryTest(*bi, testString1, bounds1);
621 UnicodeString testString1 = "$@!$@!X$@!!X"; local
631 bi->setText(testString1);
632 doBoundaryTest(*bi, testString1, bounds1);
649 UnicodeString testString1(str);
665 bi->setText(testString1);
667 doBoundaryTest(*bi, testString1, bounds1);
695 testString1
750 UnicodeString testString1 = "Aapz5?"; local
856 UnicodeString testString1 = "abcdabcd"; local
[all...]
H A Drbbitst.cpp324 UnicodeString testString1 = "abc123..abc Help me Help me!"; local
338 bi->setText(testString1);
/external/icu/icu4c/source/test/cintltst/
H A Dreapits.c276 UChar testString1[30]; local
299 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
303 uregex_setText(clone1, testString1, -1, &status);
1444 UChar testString1[30]; local
1467 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
1471 uregex_setText(clone1, testString1, -1, &status);
H A Dcapitst.c1253 UChar *testString1, *testString2; local
1265 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1267 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1272 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1280 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1369 free(testString1);
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp597 UnicodeString testString1 = "abc123..abc"; local
607 bi->setText(testString1);
608 doBoundaryTest(*bi, testString1, bounds1);
624 UnicodeString testString1 = "$@!$@!X$@!!X"; local
634 bi->setText(testString1);
635 doBoundaryTest(*bi, testString1, bounds1);
652 UnicodeString testString1(str);
668 bi->setText(testString1);
670 doBoundaryTest(*bi, testString1, bounds1);
698 testString1
753 UnicodeString testString1 = "Aapz5?"; local
859 UnicodeString testString1 = "abcdabcd"; local
[all...]
H A Drbbitst.cpp324 UnicodeString testString1 = "abc123..abc Help me Help me!"; local
338 bi->setText(testString1);

Completed in 206 milliseconds