Searched defs:normalizeInput (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
H A D | normperf.cpp | 74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest 91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest 150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options); 151 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options); 165 NFDBuffer = normalizeInput(NFDBufferLen,src,srcLen,UNORM_NFD, options); 166 NFCBuffer = normalizeInput(NFCBufferLen,src,srcLen,UNORM_NFC, options);
|
/external/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.cpp | 74 void NormalizerPerformanceTest::normalizeInput(ULine* dest,const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest 91 UChar* NormalizerPerformanceTest::normalizeInput(int32_t& len, const UChar* src ,int32_t srcLen,UNormalizationMode mode, int32_t options){ function in class:NormalizerPerformanceTest 150 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options); 151 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options); 165 NFDBuffer = normalizeInput(NFDBufferLen,src,srcLen,UNORM_NFD, options); 166 NFCBuffer = normalizeInput(NFCBufferLen,src,srcLen,UNORM_NFC, options);
|
/external/robolectric/lib/main/ |
H A D | xpp3-1.1.4c.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ... |
/external/smack/asmack-master/lib/ |
H A D | xpp3-1.1.4c.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ... |
Completed in 139 milliseconds