OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ECalculationType
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
islamcal.h
94
enum
ECalculationType
{
196
IslamicCalendar(const Locale& aLocale, UErrorCode &success,
ECalculationType
type = CIVIL);
217
void setCalculationType(
ECalculationType
type, UErrorCode &status);
284
ECalculationType
cType;
islamcal.cpp
235
IslamicCalendar::IslamicCalendar(const Locale& aLocale, UErrorCode& success,
ECalculationType
type)
249
void IslamicCalendar::setCalculationType(
ECalculationType
type, UErrorCode &status)
[
all
...]
Completed in 121 milliseconds