Home
last modified time | relevance | path

Searched refs:ULine (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.h41 typedef struct ULine ULine; typedef
43 struct ULine { struct
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h37 ULine* lines;
81 …QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode … in QuickCheckPerfFunction()
106 ULine* lines;
150 …NormPerfFunction(NormFn func, int32_t opts, ULine* srcLines,int32_t srcNumLines,UBool _uselen) : o… in NormPerfFunction()
183 ULine* NFDFileLines;
184 ULine* NFCFileLines;
193 …void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t …
Dnormperf.cpp77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput()
144 ULine* filelines = getLines(status); in NormalizerPerformanceTest()
149 NFDFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
150 NFCFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp74 const ULine *getCachedLines() const { return lines; } in getCachedLines()
412 const ULine *lines=perf.getCachedLines(); in UCharsTrieDictLookup()
445 const ULine *lines=perf.getCachedLines(); in call()
469 const ULine *lines=perf.getCachedLines(); in call()
515 const ULine *lines=perf.getCachedLines(); in BytesTrieDictLookup()
594 const ULine *lines=perf.getCachedLines(); in call()
621 const ULine *lines=perf.getCachedLines(); in call()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h146 ULine* getLines(UErrorCode& status);
177 ULine* lines;
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp211 ULine* UPerfTest::getLines(UErrorCode& status){ in getLines()
218 lines = new ULine[MAXLINES]; in getLines()
236 ULine *newLines = new ULine[maxLines]; in getLines()
244 memcpy(newLines, lines, numLines*sizeof(ULine)); in getLines()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h139 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction()
163 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) in StringPerfFunction()
328 ULine* lines_;
384 ULine* filelines_;
Dstringperf.cpp90 ULine* filelines = getLines(status); in StringPerformanceTest()
96 filelines_ = new ULine[numLines]; in StringPerformanceTest()