Searched refs:EXC_NUL_C (Results 1 – 2 of 2) sorted by relevance
54 const sal_uInt8 EXC_NUL_C = '\x00'; /// NUL chararcter. variable55 const sal_uInt16 EXC_NUL = EXC_NUL_C; /// NUL chararcter (unicode).
953 … (*pcUniChar) = (nReadChar == EXC_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
Completed in 20 milliseconds