Home | History | Annotate | Download | only in collationperf

Lines Matching refs:strxfrm

19 //      Three APIs can be teste: ICU C , Unix strcoll, strxfrm and Windows LCMapString
33 "-unix Run test using Unix strxfrm, strcoll services.\n"
117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
416 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, 5000);
1649 t=strxfrm((char *)buf, gFileLines[line].unixName, sizeof(buf));
1652 t = strxfrm(gFileLines[line].unixSortKey, gFileLines[line].unixName, sizeof(buf));