Searched refs:cLead (Results 1 – 1 of 1) sorted by relevance
43 sal_uChar cLead; in ImplDBCSToUnicode() local59 cLead = (sal_uChar)*pSrcBuf; in ImplDBCSToUnicode()62 pLeadEntry = pLeadTab+cLead; in ImplDBCSToUnicode()66 || cLead < pConvertData->mnLeadStart in ImplDBCSToUnicode()67 || cLead > pConvertData->mnLeadEnd) in ImplDBCSToUnicode()70 if ( !cConv && (cLead != 0) ) in ImplDBCSToUnicode()84 cConv = ImplGetUndefinedUnicodeChar(cLead, nFlags); in ImplDBCSToUnicode()110 if ( (cLead >= pEUDCTab->mnLeadStart) && in ImplDBCSToUnicode()111 (cLead <= pEUDCTab->mnLeadEnd) ) in ImplDBCSToUnicode()118 ((cLead-pEUDCTab->mnLeadStart)*pEUDCTab->mnTrailRangeCount)+ in ImplDBCSToUnicode()[all …]