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/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
751 UnicodeString testString1 = "Aapz5?"; local
857 UnicodeString testString1 = "abcdabcd"; local
[all...]
H A Drbbitst.cpp383 UnicodeString testString1 = "abc123..abc Help me Help me!"; local
397 bi->setText(testString1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dreapits.c235 UChar testString1[30]; local
258 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
262 uregex_setText(clone1, testString1, -1, &status);
1402 UChar testString1[30]; local
1425 u_uastrncpy(testString1, "abcccd", sizeof(pat)/2);
1429 uregex_setText(clone1, testString1, -1, &status);
H A Dcapitst.c1201 UChar *testString1, *testString2; local
1213 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1215 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1220 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1228 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1316 free(testString1);
/external/icu4c/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.c1275 UChar *testString1, *testString2; local
1287 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1289 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1294 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1302 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1390 free(testString1);
/external/icu4c/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
751 UnicodeString testString1 = "Aapz5?"; local
857 UnicodeString testString1 = "abcdabcd"; local
[all...]
H A Drbbitst.cpp324 UnicodeString testString1 = "abc123..abc Help me Help me!"; local
338 bi->setText(testString1);

Completed in 760 milliseconds