OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULine
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/tools/toolutil/
ucbuf.h
38
typedef struct
ULine
ULine
;
40
struct
ULine
{
/external/icu4c/tools/ctestfw/unicode/
uperf.h
125
ULine
* getLines(UErrorCode& status);
156
ULine
* lines;
/external/icu4c/tools/ctestfw/
uperf.cpp
205
ULine
* UPerfTest::getLines(UErrorCode& status){
206
lines = new
ULine
[MAXLINES];
224
ULine
*newLines = new
ULine
[maxLines];
232
memcpy(newLines, lines, numLines*sizeof(
ULine
));
/external/icu4c/test/perf/normperf/
normperf.h
33
ULine
* lines;
77
QuickCheckPerfFunction(QuickCheckFn func,
ULine
* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
102
ULine
* lines;
146
NormPerfFunction(NormFn func, int32_t opts,
ULine
* srcLines,int32_t srcNumLines,UBool _uselen) : options(opts) {
179
ULine
* NFDFileLines;
180
ULine
* NFCFileLines;
189
void normalizeInput(
ULine
* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
normperf.cpp
74
void NormalizerPerformanceTest::normalizeInput(
ULine
* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
141
ULine
* filelines = getLines(status);
146
NFDFileLines = new
ULine
[numLines];
147
NFCFileLines = new
ULine
[numLines];
/external/icu4c/test/perf/ustrperf/
stringperf.h
132
StringPerfFunction(ICUStringPerfFn func,
ULine
* srcLines, int32_t srcNumLines, UBool uselen)
156
StringPerfFunction(StdStringPerfFn func,
ULine
* srcLines, int32_t srcNumLines, UBool uselen)
321
ULine
* lines_;
377
ULine
* filelines_;
stringperf.cpp
85
ULine
* filelines = getLines(status);
91
filelines_ = new
ULine
[numLines];
Completed in 326 milliseconds