Home | History | Annotate | Download | only in collationperf

Lines Matching refs:pf

487             typedef int32_t (U_EXPORT2 *PF)(const UChar *, const UChar *);
488 PF pf = u_strcmp;
489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
490 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
506 r = (*pf)((gSortedLines[line])->name, (gSortedLines[guess])->name);