Home
last modified time | relevance | path

Searched refs:nLowChar (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sal/textenc/
H A Dtcvtmb.c229 sal_uChar nLowChar; in ImplUnicodeToDBCS() local
251 nLowChar = (sal_uChar)(c & 0xFF); in ImplUnicodeToDBCS()
257 if ( (nLowChar >= pHighEntry->mnLowStart) && (nLowChar <= pHighEntry->mnLowEnd) ) in ImplUnicodeToDBCS()
259 cConv = pHighEntry->mpToUniTrailTab[nLowChar-pHighEntry->mnLowStart]; in ImplUnicodeToDBCS()
563 sal_uChar nLowChar; in ImplUnicodeToEUCJP() local
588 nLowChar = (sal_uChar)(c & 0xFF); in ImplUnicodeToEUCJP()
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()
/aoo41x/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx198 char nLowChar = (char)( pStr[nInd] & 0xFF ); in GetWordHashAsUINT32() local
199 char nChar = nLowChar ? nLowChar : nHighChar; in GetWordHashAsUINT32()

Completed in 13 milliseconds