Tabnine Logo
ZoneInfoDB$TzDataAndroid.loadData
Code IndexAdd Tabnine to your IDE (free)

How to use
loadData
method
in
libcore.util.ZoneInfoDB$TzDataAndroid

Best Java code snippets using libcore.util.ZoneInfoDB$TzDataAndroid.loadData (Showing top 7 results out of 315)

origin: com.gluonhq/robovm-rt

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: com.mobidevelop.robovm/robovm-rt

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: FlexoVM/flexovm

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: com.bugvm/bugvm-rt

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: ibinti/bugvm

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: MobiVM/robovm

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
origin: robovm/robovm

public TzDataAndroid(String... paths) {
 for (String path : paths) {
  if (loadData(path)) {
   return;
  }
 }
 // We didn't find any usable tzdata on disk, so let's just hard-code knowledge of "GMT".
 // This is actually implemented in TimeZone itself, so if this is the only time zone
 // we report, we won't be asked any more questions.
 System.logE("Couldn't find any tzdata!");
 version = "missing";
 zoneTab = "# Emergency fallback data.\n";
 ids = new String[] { "GMT" };
 byteOffsets = rawUtcOffsets = new int[1];
}
libcore.utilZoneInfoDB$TzDataAndroidloadData

Popular methods of ZoneInfoDB$TzDataAndroid

  • readHeader
  • readIndex
  • readZoneTab

Popular in Java

  • Parsing JSON documents to java classes using gson
  • putExtra (Intent)
  • getSupportFragmentManager (FragmentActivity)
  • getContentResolver (Context)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • JPanel (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now