OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakItFunction
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.cpp
70
BreakItFunction
* func= new
BreakItFunction
(250, true);
75
BreakItFunction
* func= new
BreakItFunction
(10000, true);
80
BreakItFunction
* func= new
BreakItFunction
(250, false);
85
BreakItFunction
* func= new
BreakItFunction
(10000, false);
128
functions[1] = new
BreakItFunction
(10000, true); // breakIterator word
129
functions[2] = new
BreakItFunction
(10000, false); // breakIterator cha
[
all
...]
DateFmtPerf.h
47
class
BreakItFunction
: public UPerfFunction
55
BreakItFunction
(){num = -1;}
56
BreakItFunction
(int a, bool b){num = a; wordIteration = b;}
Completed in 82 milliseconds