Home
last modified time | relevance | path

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

/aoo41x/main/sal/textenc/
H A Dtcvtmb.c228 sal_uChar nHighChar; in ImplUnicodeToDBCS() local
250 nHighChar = (sal_uChar)((c >> 8) & 0xFF); in ImplUnicodeToDBCS()
254 pHighEntry = pHighTab+nHighChar; in ImplUnicodeToDBCS()
562 sal_uChar nHighChar; in ImplUnicodeToEUCJP() local
587 nHighChar = (sal_uChar)((c >> 8) & 0xFF); in ImplUnicodeToEUCJP()
592 pHighEntry = pHighTab+nHighChar; in ImplUnicodeToEUCJP()
606 pHighEntry = pHighTab+nHighChar; in ImplUnicodeToEUCJP()
/aoo41x/main/comphelper/source/misc/
H A Ddocpasswordhelper.cxx197 char nHighChar = (char)( pStr[nInd] >> 8 ); in GetWordHashAsUINT32() local
199 char nChar = nLowChar ? nLowChar : nHighChar; in GetWordHashAsUINT32()

Completed in 25 milliseconds