Searched refs:CmdOp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/perf/usetperf/
H A Dusetperf.cpp43 class CmdOp : public UPerfFunction { class in inherits:UPerfFunction
48 void (CmdOp::*op) ();
50 CmdOp(UCharCategory prop, void (CmdOp::*op)()):op(op){ argument
103 if (exec) return new CmdOp(U_TITLECASE_LETTER, &CmdOp::add) ; break;
105 if (exec) return new CmdOp(U_TITLECASE_LETTER, &CmdOp::contains) ; break;
107 if (exec) return new CmdOp(U_TITLECASE_LETTER, &CmdOp
[all...]

Completed in 163 milliseconds