OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDateFormatField
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
udat.h
261
typedef enum
UDateFormatField
{
497
}
UDateFormatField
;
501
* Maps from a
UDateFormatField
to the corresponding UCalendarDateFields.
503
* @param field the
UDateFormatField
.
509
udat_toCalendarDateField(
UDateFormatField
field);
[
all
...]
/external/icu4c/i18n/unicode/
udat.h
487
typedef enum
UDateFormatField
{
766
}
UDateFormatField
;
770
* Maps from a
UDateFormatField
to the corresponding UCalendarDateFields.
772
* @param field the
UDateFormatField
.
778
udat_toCalendarDateField(
UDateFormatField
field);
[
all
...]
Completed in 66 milliseconds