Home | History | Annotate | Download | only in cintltst

Lines Matching full:teststring1

1271     UChar *testString1, *testString2;
1283 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1285 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1290 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1298 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1387 free(testString1);