HomeSort by relevance Sort by last modified time
    Searched refs:timePart (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 134 String timePart = "j"; // "j" means choose 12 or 24 hour based on current locale.
136 timePart = "H";
138 timePart = "h";
145 timePart += "m";
150 timePart = timePart + "m";
192 builder.append(timePart);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 71 $timePart = $parts[2];
72 $year = substr($timePart, 0, 4);
73 $month = substr($timePart, 4, 2);
74 $day = substr($timePart, 6, 2);
75 $hour = substr($timePart,8,2);
76 $minute = substr($timePart,10,2);
  /external/lzma/CPP/Windows/
Time.cpp 48 WORD datePart, timePart;
49 if (!::FileTimeToDosDateTime(&ft, &datePart, &timePart))
54 dosTime = (((UInt32)datePart) << 16) + timePart;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 599 milliseconds