Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx222 const sal_uInt8 WW8_NUL_C = '\x00'; /// NUL chararcter. in ReadRawUniString() local
223 const sal_uInt16 WW8_NUL = WW8_NUL_C; /// NUL chararcter (unicode). in ReadRawUniString()
248 … (*pcUniChar) = (nReadChar == WW8_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()

Completed in 23 milliseconds