Searched refs:sourceText (Results 1 - 2 of 2) sorted by path

/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp111 const char* sourceText = inText + fromOffset; local
116 sourceText += charLen, length -= charLen) {
117 charLen = UTF8NextCharLen(sourceText, length);
124 const uint32 value = CharToCode(sourceText, charLen);
143 memcpy(&text[offset], sourceText, charLen);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1718 BString sourceText = "Source file unavailable."; local
1724 if (sourceFile != NULL && !sourceFile->GetLocatedPath(sourceText))
1725 sourceFile->GetPath(sourceText);
1730 sourceText.Prepend("Disassembly for: ");
1734 sourceText.Prepend("Click to locate source file '");
1735 sourceText += "'";
1736 truncatedText = sourceText;
1740 sourceText.Prepend("File: ");
1743 if (!truncatedText.IsEmpty() && truncatedText != sourceText) {
1744 fSourcePathView->SetToolTip(sourceText);
[all...]

Completed in 27 milliseconds