HomeSort by relevance Sort by last modified time
    Searched refs:ULine (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 41 typedef struct ULine ULine;
43 struct ULine {
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 146 ULine* getLines(UErrorCode& status);
177 ULine* lines;
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 211 ULine* UPerfTest::getLines(UErrorCode& status){
218 lines = new ULine[MAXLINES];
236 ULine *newLines = new ULine[maxLines];
244 memcpy(newLines, lines, numLines*sizeof(ULine));
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 41 #include "ucbuf.h" // struct ULine
74 const ULine *getCachedLines() const { return lines; }
412 const ULine *lines=perf.getCachedLines();
445 const ULine *lines=perf.getCachedLines();
469 const ULine *lines=perf.getCachedLines();
515 const ULine *lines=perf.getCachedLines();
594 const ULine *lines=perf.getCachedLines();
621 const ULine *lines=perf.getCachedLines();
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 37 ULine* lines;
81 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
106 ULine* lines;
150 NormPerfFunction(NormFn func, int32_t opts, ULine* srcLines,int32_t srcNumLines,UBool _uselen) : options(opts) {
183 ULine* NFDFileLines;
184 ULine* NFCFileLines;
193 void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
normperf.cpp 77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
144 ULine* filelines = getLines(status);
149 NFDFileLines = new ULine[numLines];
150 NFCFileLines = new ULine[numLines];
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 139 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen)
163 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen)
328 ULine* lines_;
384 ULine* filelines_;
stringperf.cpp 90 ULine* filelines = getLines(status);
96 filelines_ = new ULine[numLines];

Completed in 831 milliseconds