OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WinIMultiLanguage2ToUnicodePerfFunction
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/convperf/
convperf.cpp
175
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(utf8_encSource), status);
232
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("iso-8859-1",(char*)latin1_encSource, UPRV_LENGTHOF(latin1_encSource), status);
289
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("iso-8859-8",(char*)latin8_encSource, UPRV_LENGTHOF(latin8_encSource), status);
346
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, UPRV_LENGTHOF(ebcdic_arabic_encSource), status);
403
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("sjis",(char*)sjis_encSource, UPRV_LENGTHOF(sjis_encSource), status);
462
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("euc-jp",(char*)eucjp_encSource, UPRV_LENGTHOF(eucjp_encSource), status);
521
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("gb2312",(char*)gb2312_encSource, UPRV_LENGTHOF(gb2312_encSource), status);
579
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("iso-2022-kr",(char*)iso2022kr_encSource, UPRV_LENGTHOF(iso2022kr_encSource), status);
636
UPerfFunction* pf = new
WinIMultiLanguage2ToUnicodePerfFunction
("iso-2022-jp",(char*)iso2022jp_encSource, UPRV_LENGTHOF(iso2022jp_encSource), status);
convperf.h
385
class
WinIMultiLanguage2ToUnicodePerfFunction
: public UPerfFunction{
396
WinIMultiLanguage2ToUnicodePerfFunction
(const char* name,char* source, UINT sourceLen, UErrorCode& status){
Completed in 654 milliseconds