Home
last modified time | relevance | path

Searched refs:mnLowStart (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sal/textenc/
H A Dtcvtmb.c257 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()
H A Dtenchelp.h168 sal_uInt8 mnLowStart; member
H A Dconvertiso2022jp.c418 sal_uInt32 nFirst = pJisX0208Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c394 sal_uInt32 nFirst = pKsX1001Data[nIndex1].mnLowStart; in ImplConvertUnicodeToIso2022Kr()
H A Dconvertbig5hkscs.c364 sal_uInt32 nFirst = pBig5Data[nIndex1].mnLowStart; in ImplConvertUnicodeToBig5Hkscs()
H A Dconvertiso2022cn.c448 sal_uInt32 nFirst = pGb2312Data[nIndex1].mnLowStart; in ImplIso2022CnTranslateTo2312()

Completed in 101 milliseconds