Lines Matching refs:fFieldCount
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()
676 if (fFocus < 0 || fFocus >= fFieldCount) in _IsValidDoubleDigit()
715 if (index < 0 || index >= fFieldCount) in _SectionValue()