Searched refs:nFirstLast (Results 1 – 3 of 3) sorted by relevance
108 sal_uInt32 nFirstLast = pBig5Hkscs2001Data[nOffset++]; in ImplConvertBig5HkscsToUnicode() local109 nFirst = nFirstLast & 0xFF; in ImplConvertBig5HkscsToUnicode()110 nLast = nFirstLast >> 8; in ImplConvertBig5HkscsToUnicode()347 sal_uInt32 nFirstLast = pBig5Hkscs2001Data[nOffset++]; in ImplConvertUnicodeToBig5Hkscs() local348 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertUnicodeToBig5Hkscs()349 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertUnicodeToBig5Hkscs()
188 sal_uInt32 nFirstLast = pCns116431992Data[nOffset++]; in ImplConvertEucTwToUnicode() local189 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertEucTwToUnicode()190 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertEucTwToUnicode()
311 sal_uInt32 nFirstLast = pCns116431992Data[nOffset++]; in ImplConvertIso2022CnToUnicode() local312 sal_uInt32 nFirst = nFirstLast & 0xFF; in ImplConvertIso2022CnToUnicode()313 sal_uInt32 nLast = nFirstLast >> 8; in ImplConvertIso2022CnToUnicode()
Completed in 23 milliseconds