Searched refs:bstr (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tools/translation/inspector/ |
H A D | ImageView.cpp | 346 dump_translation_formats(BString &bstr, const translation_format *pfmts, in dump_translation_formats() argument 374 bstr = str1->String(); in dump_translation_formats() 385 BString bstr; in UpdateInfoWindow() local 387 bstr = B_TRANSLATE("Image: %1\n" in UpdateInfoWindow() 401 bstr.ReplaceFirst("%1", path.Path()); in UpdateInfoWindow() 403 bstr.ReplaceFirst("%2", get_color_space_name(cs)); in UpdateInfoWindow() 404 bstr.ReplaceFirst("%3", hex_format(static_cast<uint32>(cs))); in UpdateInfoWindow() 407 bstr.ReplaceFirst("%4", str2); in UpdateInfoWindow() 410 bstr.ReplaceFirst("%5", str2); in UpdateInfoWindow() 413 bstr.ReplaceFirst("%6", str2); in UpdateInfoWindow() [all …]
|
H A D | InfoWindow.cpp | 91 BString bstr; in MessageReceived() local 92 if (pmsg->FindString("text", &bstr) == B_OK) in MessageReceived() 93 fptextView->SetText(bstr.String()); in MessageReceived()
|
/haiku/src/libs/stdc++/legacy/ |
H A D | editbuf.cc | 551 edit_streambuf::edit_streambuf(edit_string* bstr, int mode) in edit_streambuf() argument 554 str = bstr; in edit_streambuf() 555 edit_buffer* buffer = bstr->buffer; in edit_streambuf() 558 char* buf_ptr = bstr->start->ptr(buffer); in edit_streambuf()
|
/haiku/headers/cpp/ |
H A D | editbuf.h | 83 edit_streambuf(edit_string* bstr, int mode);
|