OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UCalendar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
ucal.h
24
*
UCalendar
C API is used for converting between a <code>UDate</code> object
32
* Types of <code>
UCalendar
</code> interpret a <code>UDate</code>
39
* <code>
UCalendar
</code> whose time fields have been initialized
45
*
UCalendar
*caldef;
56
* A <code>
UCalendar
</code> object can produce all the time field values
147
typedef void*
UCalendar
;
174
/** Possible fields in a
UCalendar
444
/** Possible days of the week in a
UCalendar
467
/** Possible months in a
UCalendar
. Note: Calendar month is 0-based.
505
/** Possible AM/PM values in a
UCalendar
[
all
...]
/external/icu4c/i18n/unicode/
ucal.h
24
*
UCalendar
C API is used for converting between a <code>UDate</code> object
32
* Types of <code>
UCalendar
</code> interpret a <code>UDate</code>
39
* <code>
UCalendar
</code> whose time fields have been initialized
45
*
UCalendar
*caldef;
56
* A <code>
UCalendar
</code> object can produce all the time field values
153
typedef void*
UCalendar
;
180
/** Possible fields in a
UCalendar
450
/** Possible days of the week in a
UCalendar
473
/** Possible months in a
UCalendar
. Note: Calendar month is 0-based.
511
/** Possible AM/PM values in a
UCalendar
[
all
...]
Completed in 749 milliseconds