Lines Matching refs:strcoll
19 // Three APIs can be teste: ICU C , Unix strcoll, strxfrm and Windows LCMapString
33 "-unix Run test using Unix strxfrm, strcoll services.\n"
35 "-usekeys Run tests using sortkeys rather than strcoll\n"
36 "-strcmp Run tests using u_strcmp rather than strcoll\n"
37 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n"
117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions.
314 t = strcoll((*(Line **)a)->unixName, (*(Line **)b)->unixName);
654 r = strcoll((gSortedLines[line])->unixName, (gSortedLines[guess])->unixName);
658 fprintf(stderr, "Error %d returned from strcoll.\n", errno);