Lines Matching refs:cbopt

89     char charset[100], cbopt[4];  in TestToUnicode()  local
163 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); in TestToUnicode()
164 cc.cbopt=cbopt; in TestToUnicode()
165 switch(cbopt[0]) { in TestToUnicode()
182 option=callback==NULL ? cbopt : cbopt+1; in TestToUnicode()
210 char charset[100], cbopt[4]; in TestFromUnicode() local
323 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); in TestFromUnicode()
324 cc.cbopt=cbopt; in TestFromUnicode()
325 switch(cbopt[0]) { in TestFromUnicode()
342 option=callback==NULL ? cbopt : cbopt+1; in TestFromUnicode()
1224 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName()); in ToUnicodeCase()
1234 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in ToUnicodeCase()
1367 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, u_errorName(errorCode)); in checkToUnicode()
1405 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, (int)(s-buffer)); in checkToUnicode()
1417 cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, msg, in checkToUnicode()
1635 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1645 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1663 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1671 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1822 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, u_errorName(errorCode)); in checkFromUnicode()
1860 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, (int)(s-buffer)); in checkFromUnicode()
1872 cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, msg, in checkFromUnicode()