OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isGregorian
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/test/intltest/
caltest.h
203
* @param
isGregorian
output: returns 'TRUE' if the calendar's class is GregorianCalendar
206
static UDate minDateOfCalendar(const Calendar& cal, UBool &
isGregorian
, UErrorCode& status);
212
* @param
isGregorian
output: returns 'TRUE' if the calendar's class is GregorianCalendar
215
static UDate minDateOfCalendar(const Locale& locale, UBool &
isGregorian
, UErrorCode& status);
dtfmtrtts.cpp
286
UBool
isGregorian
= FALSE;
288
UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(),
isGregorian
, minStatus);
320
if(
isGregorian
== TRUE) {
caltest.cpp
[
all
...]
/external/icu4c/i18n/unicode/
gregocal.h
653
* @param
isGregorian
if true, using Gregorian calendar, otherwise using Julian calendar
658
static double computeJulianDayOfYear(UBool
isGregorian
, int32_t year,
[
all
...]
/external/icu4c/i18n/
gregocal.cpp
714
double GregorianCalendar::computeJulianDayOfYear(UBool
isGregorian
,
721
if (
isGregorian
) {
[
all
...]
Completed in 2441 milliseconds