Home | History | Annotate | Download | only in cintltst

Lines Matching refs:teststr

437     UChar teststr[10];
496 teststr[0] = 0x0e40;
497 teststr[1] = 0x0e01;
498 teststr[2] = 0x0e2d;
509 iter1 = ucol_openElements(col1, teststr, 3, &status);
510 iter2 = ucol_openElements(col2, teststr, 3, &status);
541 u_uastrcpy(teststr, "z");
543 if (ucol_greaterOrEqual(col1, teststr, 1, teststr2, 1)) {