Searched defs:normalizeInput (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp77 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest
94 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest
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);
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DNormalizerPerformanceTest.java26 NFDFileLines = normalizeInput(fileLines, Normalizer.NFD);
27 NFCFileLines = normalizeInput(fileLines, Normalizer.NFC);
631 String[] normalizeInput(String[] src, Normalizer.Mode mode) { method in class:NormalizerPerformanceTest
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 181 milliseconds