Searched refs:normalizeInput (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/perf/normperf/ |
D | normperf.cpp | 74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormal… in normalizeInput() function in NormalizerPerformanceTest 91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNo… in normalizeInput() function in NormalizerPerformanceTest 150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options); in NormalizerPerformanceTest() 151 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options); in NormalizerPerformanceTest() 165 NFDBuffer = normalizeInput(NFDBufferLen,src,srcLen,UNORM_NFD, options); in NormalizerPerformanceTest() 166 NFCBuffer = normalizeInput(NFCBufferLen,src,srcLen,UNORM_NFC, options); in NormalizerPerformanceTest()
|
D | normperf.h | 189 …void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t … 190 …UChar* normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int3…
|