Searched refs:intoStream (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/translation/
H A DTranslationUtils.h60 BPositionIO* intoStream,
/haiku/src/kits/translation/
H A DTranslationUtils.cpp450 intoStream. The plain text data and styled text data are combined
451 when they are written to intoStream. This is different than how
462 \param intoStream, the stream where the styled text is put
465 \return B_BAD_VALUE, if fromView or intoStream is NULL
470 BTranslationUtils::PutStyledText(BTextView *fromView, BPositionIO *intoStream, argument
473 if (fromView == NULL || intoStream == NULL)
567 amountWritten = intoStream->Write(&stm_header, kStreamHeaderSize);
570 amountWritten = intoStream->Write(&txt_header, kTextHeaderSize);
573 amountWritten = intoStream->Write(pTextData, textLength);
576 amountWritten = intoStream
[all...]

Completed in 82 milliseconds