OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yearly
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/i18n/
vtzone.cpp
59
static const UChar ICAL_YEARLY[] = {0x59, 0x45, 0x41, 0x52, 0x4C, 0x59, 0}; /* "
YEARLY
" */
390
UBool
yearly
= FALSE;
local
416
// only support
YEARLY
frequency type
418
yearly
= TRUE;
507
if (!
yearly
) {
508
// FREQ=
YEARLY
must be set
688
// If only
YEARLY
is set, use the day of DTSTART as BYMONTHDAY
[
all
...]
/external/icu4c/i18n/
vtzone.cpp
59
static const UChar ICAL_YEARLY[] = {0x59, 0x45, 0x41, 0x52, 0x4C, 0x59, 0}; /* "
YEARLY
" */
390
UBool
yearly
= FALSE;
local
416
// only support
YEARLY
frequency type
418
yearly
= TRUE;
507
if (!
yearly
) {
508
// FREQ=
YEARLY
must be set
688
// If only
YEARLY
is set, use the day of DTSTART as BYMONTHDAY
[
all
...]
Completed in 334 milliseconds