Searched refs:inLength (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DNummericalTextView.h43 int32 inLength,
H A DNummericalTextView.cpp149 NummericalTextView::InsertText(const char* inText, int32 inLength, int32 inOffset, argument
152 InputTextView::InsertText(inText, inLength, inOffset, inRuns);
/haiku/src/kits/interface/
H A DTextInput.cpp183 _BTextInput_::InsertText(const char* inText, int32 inLength, argument
187 if (inLength == 1) {
193 BString filteredText(inText, inLength);
196 BTextView::InsertText(filteredText.String(), inLength, inOffset,
H A DTextInput.h46 virtual void InsertText(const char *inText, int32 inLength,
/haiku/src/apps/aboutsystem/
H A DHyperTextView.h57 int32 inLength, HyperTextAction* action,
H A DHyperTextView.cpp226 HyperTextView::InsertHyperText(const char* inText, int32 inLength, argument
230 Insert(inText, inLength, inRuns);
/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.cpp137 size_t inLength = line.Length(); local
139 decoder->Decode(line.String(), inLength, buffer, outLength);
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1124 \param inLength The length (in bytes) of the "in" buffer.
1144 set_bits_worker(const void *inData, int32 inLength, int32 inBPR, argument
1154 const char *inEnd = (const char*)inData + inLength
1156 const char *inLastRow = (const char*)inData + inLength
1199 \param inLength The length (in bytes) of the "in" buffer.
1218 set_bits_worker_gray1(const void *inData, int32 inLength, int32 inBPR, argument
1228 const char *inEnd = (const char*)inData + inLength
1230 const char *inLastRow = (const char*)inData + inLength
1271 \param inLength The length (in bytes) of the "in" buffer.
1293 set_bits(const void *inData, int32 inLength, int3 argument
[all...]
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp163 virtual void InsertText(const char* inText, int32 inLength,
347 URLInputGroup::URLTextView::InsertText(const char* inText, int32 inLength, argument
351 if (inLength == 1) {
357 BString filteredText(inText, inLength);
360 BTextView::InsertText(filteredText.String(), inLength, inOffset,

Completed in 87 milliseconds