• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:cbopt

90     char charset[100], cbopt[4];  in TestToUnicode()  local
164 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); in TestToUnicode()
165 cc.cbopt=cbopt; in TestToUnicode()
166 switch(cbopt[0]) { in TestToUnicode()
183 option=callback==NULL ? cbopt : cbopt+1; in TestToUnicode()
211 char charset[100], cbopt[4]; in TestFromUnicode() local
324 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), ""); in TestFromUnicode()
325 cc.cbopt=cbopt; in TestFromUnicode()
326 switch(cbopt[0]) { in TestFromUnicode()
343 option=callback==NULL ? cbopt : cbopt+1; in TestFromUnicode()
1053 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, errorCode.errorName()); in ToUnicodeCase()
1063 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in ToUnicodeCase()
1192 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, u_errorName(errorCode)); in checkToUnicode()
1230 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, (int)(s-buffer)); in checkToUnicode()
1242 cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, msg, in checkToUnicode()
1460 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1470 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1488 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1496 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, u_errorName(errorCode)); in FromUnicodeCase()
1643 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, u_errorName(errorCode)); in checkFromUnicode()
1681 … cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, (int)(s-buffer)); in checkFromUnicode()
1693 cc.caseNr, cc.charset, cc.cbopt, cc.fallbacks, cc.finalFlush, name, msg, in checkFromUnicode()