HomeSort by relevance Sort by last modified time
    Searched defs:OlsonTimeZone (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/i18n/
olsontz.h 116 class U_I18N_API OlsonTimeZone: public BasicTimeZone {
126 OlsonTimeZone(const UResourceBundle* top,
134 OlsonTimeZone(const OlsonTimeZone& other);
139 virtual ~OlsonTimeZone();
144 OlsonTimeZone& operator=(const OlsonTimeZone& other);
290 OlsonTimeZone();
405 OlsonTimeZone::transitionCount() const {
410 OlsonTimeZone::transitionTime(int16_t transIdx) const
    [all...]
olsontz.cpp 84 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(OlsonTimeZone)
90 /*OlsonTimeZone::OlsonTimeZone() : finalYear(INT32_MAX), finalMillis(DBL_MAX), finalZone(0), transitionRulesInitialized(FALSE) {
99 void OlsonTimeZone::constructEmpty() {
120 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top,
127 U_DEBUG_TZ_MSG(("OlsonTimeZone(%s)\n", ures_getKey((UResourceBundle*)res)));
268 OlsonTimeZone::OlsonTimeZone(const OlsonTimeZone& other)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
OlsonTimeZone.java 119 public class OlsonTimeZone extends BasicTimeZone {
177 throw new UnsupportedOperationException("Attempt to modify a frozen OlsonTimeZone instance.");
408 if (!(other instanceof OlsonTimeZone)) {
414 OlsonTimeZone o = (OlsonTimeZone)other;
484 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){
494 if(DEBUG) System.out.println("OlsonTimeZone(" + res.getKey() +")");
638 public OlsonTimeZone(String id){
655 throw new UnsupportedOperationException("Attempt to modify a frozen OlsonTimeZone instance.");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
OlsonTimeZone.java 117 public class OlsonTimeZone extends BasicTimeZone {
175 throw new UnsupportedOperationException("Attempt to modify a frozen OlsonTimeZone instance.");
406 if (!(other instanceof OlsonTimeZone)) {
412 OlsonTimeZone o = (OlsonTimeZone)other;
482 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){
492 if(DEBUG) System.out.println("OlsonTimeZone(" + res.getKey() +")");
636 public OlsonTimeZone(String id){
653 throw new UnsupportedOperationException("Attempt to modify a frozen OlsonTimeZone instance.");
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 320 milliseconds