OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NFCFileLines
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/normperf/
normperf.cpp
123
NFCFileLines
= NULL;
147
NFCFileLines
= new ULine[numLines];
151
normalizeInput(&
NFCFileLines
[i],filelines[i].name,filelines[i].len,UNORM_NFC, options);
173
delete[]
NFCFileLines
;
190
NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,
NFCFileLines
,numLines, uselen);
219
NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,
NFCFileLines
,numLines, uselen);
249
NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,
NFCFileLines
,numLines, uselen);
278
NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,
NFCFileLines
,numLines, uselen);
307
NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,
NFCFileLines
,numLines, uselen);
336
QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,
NFCFileLines
, numLines, UNORM_NFC, options,uselen)
[
all
...]
normperf.h
180
ULine*
NFCFileLines
;
Completed in 2024 milliseconds