Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testString1

1255     UChar *testString1, *testString2;
1267 testString1=(UChar*)malloc(sizeof(UChar) * 150);
1269 u_uastrcpy(testString1
1274 iterator1 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1282 iterator2 = ucol_openElements(col, testString1, u_strlen(testString1), &status);
1371 free(testString1);