Searched refs:customProperties (Results 1 - 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DVTimeZone.java240 String[] customProperties = null;
242 customProperties = new String[1];
243 customProperties[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION + "]";
245 writeZone(writer, tz, customProperties);
267 String[] customProperties = null;
269 customProperties = new String[1];
270 customProperties[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION +
273 writeZone(writer, rbtz, customProperties);
299 String[] customProperties = null;
301 customProperties
1216 writeZone(Writer w, BasicTimeZone basictz, String[] customProperties) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java261 String[] customProperties = null;
263 customProperties = new String[1];
264 customProperties[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION + "]";
266 writeZone(writer, tz, customProperties);
290 String[] customProperties = null;
292 customProperties = new String[1];
293 customProperties[0] = ICU_TZINFO_PROP + COLON + olsonzid + "[" + ICU_TZVERSION +
296 writeZone(writer, rbtz, customProperties);
324 String[] customProperties = null;
326 customProperties
1247 writeZone(Writer w, BasicTimeZone basictz, String[] customProperties) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DPropertyBoxParserImpl.java38 public PropertyBoxParserImpl(String... customProperties) { argument
55 for (String customProperty : customProperties) {
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 229 milliseconds