OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CalendarFieldsSet
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/intltest/
dadrcal.h
28
class
CalendarFieldsSet
;
43
void testConvert(int32_t n, const
CalendarFieldsSet
&fromSet,
44
Calendar *fromCal, const
CalendarFieldsSet
&toSet, Calendar *toCal,
fldset.h
222
class
CalendarFieldsSet
: public FieldsSet {
224
CalendarFieldsSet
();
225
virtual ~
CalendarFieldsSet
();
238
CalendarFieldsSet
&diffSet,
fldset.cpp
237
CalendarFieldsSet
::
CalendarFieldsSet
() :
242
CalendarFieldsSet
::~
CalendarFieldsSet
() {
245
void
CalendarFieldsSet
::handleParseValue(const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
257
void
CalendarFieldsSet
::setOnCalendar(Calendar *cal, UErrorCode& /*status*/) const {
269
UBool
CalendarFieldsSet
::matches(Calendar *cal,
CalendarFieldsSet
&diffSet,
dadrcal.cpp
87
CalendarFieldsSet
fromSet, toSet, paramsSet, diffSet;
288
const
CalendarFieldsSet
&fromSet, Calendar *fromCalendar,
289
const
CalendarFieldsSet
&toSet, Calendar *toCalendar, UBool forward) {
302
CalendarFieldsSet
diffSet;
382
CalendarFieldsSet
fromSet, toSet, diffSet;
dadrfmt.cpp
115
CalendarFieldsSet
fromSet;
282
CalendarFieldsSet
diffSet;
Completed in 1146 milliseconds