Searched refs:fFieldCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/shared/
H A DDateTimeEdit.cpp39 fFieldCount(0),
229 if (fFocus < 0 || fFocus >= fFieldCount)
255 fTimeFormat.GetTimeFields(fFields, fFieldCount, B_MEDIUM_TIME_FORMAT);
262 if (fFocus < 0 || fFocus >= fFieldCount)
324 if (fFocus < 0 || fFocus >= fFieldCount)
355 if (index < 0 || index >= fFieldCount)
397 fFieldCount(0),
596 if (fFocus < 0 || fFocus >= fFieldCount)
623 fDateFormat.GetFields(fFields, fFieldCount, B_SHORT_DATE_FORMAT);
630 if (fFocus < 0 || fFocus >= fFieldCount)
[all...]
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h102 int32 fFieldCount; member in class:BMessageValueNode::BMessageFieldNode
135 int32 fFieldCount; member in class:BMessageValueNode::BMessageFieldNodeChild
/haiku/headers/private/shared/
H A DDateTimeEdit.h122 int fFieldCount; member in class:BPrivate::TimeEdit
169 int fFieldCount; member in class:BPrivate::DateEdit
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp626 fFieldCount(count)
656 for (int32 i = 0; i < fFieldCount; i++) {
659 fFieldCount, i);
716 fFieldCount(count),
758 return fFieldCount > 1 && fFieldIndex == -1;
767 BMessageFieldNode(this, fParent, fName, fFieldType, fFieldCount);

Completed in 42 milliseconds