OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULine
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucbuf.h
38
typedef struct
ULine
ULine
;
40
struct
ULine
{
/external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h
144
ULine
* getLines(UErrorCode& status);
175
ULine
* lines;
/external/icu/icu4c/source/tools/ctestfw/
uperf.cpp
209
ULine
* UPerfTest::getLines(UErrorCode& status){
216
lines = new
ULine
[MAXLINES];
234
ULine
*newLines = new
ULine
[maxLines];
242
memcpy(newLines, lines, numLines*sizeof(
ULine
));
/external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp
37
#include "ucbuf.h" // struct
ULine
70
const
ULine
*getCachedLines() const { return lines; }
408
const
ULine
*lines=perf.getCachedLines();
441
const
ULine
*lines=perf.getCachedLines();
465
const
ULine
*lines=perf.getCachedLines();
511
const
ULine
*lines=perf.getCachedLines();
590
const
ULine
*lines=perf.getCachedLines();
617
const
ULine
*lines=perf.getCachedLines();
/external/icu/icu4c/source/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
73
void NormalizerPerformanceTest::normalizeInput(
ULine
* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
140
ULine
* filelines = getLines(status);
145
NFDFileLines = new
ULine
[numLines];
146
NFCFileLines = new
ULine
[numLines];
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
134
StringPerfFunction(ICUStringPerfFn func,
ULine
* srcLines, int32_t srcNumLines, UBool uselen)
158
StringPerfFunction(StdStringPerfFn func,
ULine
* srcLines, int32_t srcNumLines, UBool uselen)
323
ULine
* lines_;
379
ULine
* filelines_;
stringperf.cpp
85
ULine
* filelines = getLines(status);
91
filelines_ = new
ULine
[numLines];
Completed in 669 milliseconds