Searched refs:CalFields (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | caltest.cpp | 2390 class CalFields { class 2392 CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec); 2393 CalFields(const Calendar& cal, UErrorCode& status); 2396 UBool operator==(const CalFields& rhs) const; 2397 UBool operator!=(const CalFields& rhs) const; 2408 CalFields::CalFields(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t s… in CalFields() function in CalFields 2412 CalFields::CalFields(const Calendar& cal, UErrorCode& status) { in CalFields() function in CalFields 2422 CalFields::setTo(Calendar& cal) const { in setTo() 2428 CalFields::toString(char* buf, int32_t len) const { in toString() 2437 CalFields::operator==(const CalFields& rhs) const { in operator ==() [all …]
|