Searched refs:ULine (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.h | 41 typedef struct ULine ULine; typedef 43 struct ULine { struct
|
/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.h | 37 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 …
|
D | normperf.cpp | 77 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/ |
D | dicttrieperf.cpp | 74 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/ |
D | uperf.cpp | 211 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/tools/ctestfw/unicode/ |
D | uperf.h | 146 ULine* getLines(UErrorCode& status); 177 ULine* lines;
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 139 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_;
|
D | stringperf.cpp | 90 ULine* filelines = getLines(status); in StringPerformanceTest() 96 filelines_ = new ULine[numLines]; in StringPerformanceTest()
|