Searched refs:TYPE_TIME (Results 1 – 2 of 2) sorted by relevance
52 type = FilterType::TYPE_TIME; in GetType()298 if ((lType == FilterType::TYPE_DATE && cType == FilterType::TYPE_TIME) || in FilterDateTime()300 (lType == FilterType::TYPE_TIME && cType == FilterType::TYPE_DATE) || in FilterDateTime()315 (lType == FilterType::TYPE_TIME && cType == FilterType::TYPE_DATE)) ? in FilterDateTime()353 if ((cType == nType && (cType == FilterType::TYPE_DATE || cType == FilterType::TYPE_TIME || in FilterPeriod()355 nType == FilterType::TYPE_TIME)) { in FilterPeriod()366 bool isTimePeriod = (cType == FilterType::TYPE_TIME)? true : false; in FilterPeriod()396 if ((cType == FilterType::TYPE_DATE && lType == FilterType::TYPE_TIME) || in FilterDateTimePunc()398 (cType == FilterType::TYPE_TIME && lType == FilterType::TYPE_DATE) || in FilterDateTimePunc()429 if (lType == FilterType::TYPE_TIME) { in DealBrackets()[all …]
38 TYPE_TIME = 2, enumerator