Home
last modified time | relevance | path

Searched refs:WinANSIToUnicodePerfFunction (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.cpp193 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, UPRV_LENGTHOF(… in TestWinANSI_UTF8_ToUnicode()
250 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, UPRV_LE… in TestWinANSI_Latin1_ToUnicode()
306 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, UPRV_LE… in TestWinANSI_Latin8_ToUnicode()
364 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSou… in TestWinANSI_EBCDIC_Arabic_ToUnicode()
421 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("sjis",(char*)sjis_encSource, UPRV_LENGTHOF(s… in TestWinANSI_SJIS_ToUnicode()
480 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, UPRV_LENGTHO… in TestWinANSI_EUCJP_ToUnicode()
539 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, UPRV_LENGTH… in TestWinANSI_GB2312_ToUnicode()
597 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, UPR… in TestWinANSI_ISO2022KR_ToUnicode()
654 …UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, UPR… in TestWinANSI_ISO2022JP_ToUnicode()
Dconvperf.h152 class WinANSIToUnicodePerfFunction : public UPerfFunction{
162 WinANSIToUnicodePerfFunction(const char* cpName, char* pszIn,UINT szLen, UErrorCode& status){ in WinANSIToUnicodePerfFunction() function