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

  /external/icu/icu4c/source/test/perf/normperf/
normperf.cpp 77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){
153 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options);
154 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options);
168 NFDBuffer = normalizeInput(NFDBufferLen,src,srcLen,UNORM_NFD, options);
169 NFCBuffer = normalizeInput(NFCBufferLen,src,srcLen,UNORM_NFC, options);
normperf.h 193 void normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
194 UChar* normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options);
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
NormalizerPerformanceTest.java 26 NFDFileLines = normalizeInput(fileLines, Normalizer.NFD);
27 NFCFileLines = normalizeInput(fileLines, Normalizer.NFC);
631 String[] normalizeInput(String[] src, Normalizer.Mode mode) {

Completed in 772 milliseconds