HomeSort by relevance Sort by last modified time
    Searched full:buddhist (Results 1 - 25 of 45) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
buddhcal.h 29 * Concrete class which provides the Buddhist calendar.
33 * in some predominantly Buddhist countries such as Thailand, and it is used for
36 * The Buddhist calendar is identical to the Gregorian calendar in all respects
39 * BE (Buddhist Era) and 1998 AD is 2541 BE.
41 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
124 * return the calendar type, "buddhist".
175 * Returns TRUE because the Buddhist Calendar does have a default century
buddhcal.cpp 61 return "buddhist";
67 // The default value of EXTENDED_YEAR is 1970 (Buddhist 2513)
149 BuddhistCalendar calendar(Locale("@calendar=buddhist"),status);
indiancal.h 278 * return the calendar type, "buddhist".
islamcal.h 370 * return the calendar type, "buddhist".
ucal.cpp 650 "buddhist",
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BuddhistCalendar.java 16 * in some predominantly Buddhist countries such as Thailand, and it is used for
19 * The Buddhist calendar is identical to the Gregorian calendar in all respects
22 * BE (Buddhist Era) and 1998 AD is 2541 BE.
24 * The Buddhist Calendar has only one allowable era: <code>BE</code>. If the
32 * with the tag <code>"@calendar=buddhist"</code>.</p>
50 * Constant for the Buddhist Era. This is the only allowable <code>ERA</code>
51 * value for the Buddhist calendar.
196 // The default value of EXTENDED_YEAR is 1970 (Buddhist 2513)
226 * Override GregorianCalendar. There is only one Buddhist ERA. We
243 return "buddhist";
    [all...]