OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICUToUnicodePerfFunction
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/convperf/
convperf.cpp
151
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status);
208
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status);
265
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status);
322
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status);
379
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status);
438
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status);
497
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status);
555
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status);
612
UPerfFunction* pf = new
ICUToUnicodePerfFunction
("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status);
convperf.h
24
class
ICUToUnicodePerfFunction
: public UPerfFunction{
33
ICUToUnicodePerfFunction
(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){
64
~
ICUToUnicodePerfFunction
(){
Completed in 45 milliseconds