Searched refs:fFieldCount (Results 1 – 4 of 4) sorted by relevance
/haiku/src/kits/shared/ |
H A D | DateTimeEdit.cpp | 39 fFieldCount(0), in TimeEdit() 227 if (fFocus < 0 || fFocus >= fFieldCount) in PopulateMessage() 253 fTimeFormat.GetTimeFields(fFields, fFieldCount, B_MEDIUM_TIME_FORMAT); in _UpdateFields() 260 if (fFocus < 0 || fFocus >= fFieldCount) in _CheckRange() 322 if (fFocus < 0 || fFocus >= fFieldCount) in _IsValidDoubleDigit() 353 if (index < 0 || index >= fFieldCount) in _SectionValue() 395 fFieldCount(0), in DateEdit() 592 if (fFocus < 0 || fFocus >= fFieldCount) in PopulateMessage() 619 fDateFormat.GetFields(fFields, fFieldCount, B_SHORT_DATE_FORMAT); in _UpdateFields() 626 if (fFocus < 0 || fFocus >= fFieldCount) in _CheckRange() [all …]
|
/haiku/headers/private/debugger/value/value_nodes/ |
H A D | BMessageValueNode.h | 102 int32 fFieldCount; variable 135 int32 fFieldCount; variable
|
/haiku/src/kits/debugger/value/value_nodes/ |
H A D | BMessageValueNode.cpp | 626 fFieldCount(count) in BMessageFieldNode() 656 for (int32 i = 0; i < fFieldCount; i++) { in CreateChildren() 659 fFieldCount, i); in CreateChildren() 716 fFieldCount(count), in BMessageFieldNodeChild() 758 return fFieldCount > 1 && fFieldIndex == -1; in IsInternal() 767 BMessageFieldNode(this, fParent, fName, fFieldType, fFieldCount); in CreateInternalNode()
|
/haiku/headers/private/shared/ |
H A D | DateTimeEdit.h | 122 int fFieldCount; variable 169 int fFieldCount; variable
|