Searched refs:mnLowStart (Results 1 – 6 of 6) sorted by relevance
257 if ( (nLowChar >= pHighEntry->mnLowStart) && (nLowChar <= pHighEntry->mnLowEnd) ) in ImplUnicodeToDBCS()259 cConv = pHighEntry->mpToUniTrailTab[nLowChar-pHighEntry->mnLowStart]; in ImplUnicodeToDBCS()593 if ( (nLowChar >= pHighEntry->mnLowStart) && (nLowChar <= pHighEntry->mnLowEnd) ) in ImplUnicodeToEUCJP()595 cConv = pHighEntry->mpToUniTrailTab[nLowChar-pHighEntry->mnLowStart]; in ImplUnicodeToEUCJP()607 if ( (nLowChar >= pHighEntry->mnLowStart) && (nLowChar <= pHighEntry->mnLowEnd) ) in ImplUnicodeToEUCJP()609 cConv = pHighEntry->mpToUniTrailTab[nLowChar-pHighEntry->mnLowStart]; in ImplUnicodeToEUCJP()
168 sal_uInt8 mnLowStart; member
418 sal_uInt32 nFirst = pJisX0208Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Jp()
394 sal_uInt32 nFirst = pKsX1001Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Kr()
364 sal_uInt32 nFirst = pBig5Data[nIndex1].mnLowStart; in ImplConvertUnicodeToBig5Hkscs()
448 sal_uInt32 nFirst = pGb2312Data[nIndex1].mnLowStart; in ImplIso2022CnTranslateTo2312()
Completed in 34 milliseconds