Lines Matching defs:testString1
1273 UChar *testString1, *testString2;
1285 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1287 u_uastrcpy(testString1, "XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
1292 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1300 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1389 free(testString1);