HomeSort by relevance Sort by last modified time
    Searched refs:FORMAT (Results 51 - 75 of 391) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CECalendar.java 54 * in the default time zone with the default <code>FORMAT</code> locale.
57 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
62 * in the given time zone with the default <code>FORMAT</code> locale.
67 this(zone, ULocale.getDefault(Category.FORMAT));
118 * in the default time zone with the default <code>FORMAT</code> locale.
128 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
134 * in the default time zone with the default <code>FORMAT</code> locale.
139 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
145 * and time set for the default time zone with the default <code>FORMAT</code> locale.
158 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
    [all...]
DangiCalendar.java 89 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
102 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
  /external/v8/src/arm64/
disasm-arm64.cc 89 Format(instr, mnemonic, form);
136 Format(instr, mnemonic, form);
174 Format(instr, mnemonic, form);
209 Format(instr, mnemonic, form);
220 // The immediate encoded in the instruction is not in the expected format.
221 Format(instr, "unallocated", "(LogicalImmediate)");
252 Format(instr, mnemonic, form);
332 Format(instr, mnemonic, form);
347 Format(instr, mnemonic, form);
363 Format(instr, mnemonic, form)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterCategory.java 70 case FORMAT :
71 return "Other, Format";
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterCategory.java 71 case FORMAT :
72 return "Other, Format";
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DangiCalendar.java 91 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
104 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
PersianCalendar.java 102 * in the default time zone with the default <code>FORMAT</code> locale.
103 * @see Category#FORMAT
111 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
116 * in the given time zone with the default <code>FORMAT</code> locale.
118 * @see Category#FORMAT
126 this(zone, ULocale.getDefault(Category.FORMAT));
195 * in the default time zone with the default <code>FORMAT</code> locale.
198 * @see Category#FORMAT
205 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
211 * in the default time zone with the default <code>FORMAT</code> locale
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format20bc;
62 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction22c.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format22c;
65 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction25x.java 34 import org.jf.dexlib2.Format;
43 public static final Format FORMAT = Format.Format25x;
81 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction3rc.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format3rc;
66 @Override public Format getFormat() { return FORMAT; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java 34 import org.jf.dexlib2.Format;
46 public static final Format FORMAT = Format.Format20bc;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction21c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format21c;
72 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction21ih.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format21ih;
70 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction22b.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22b;
74 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction22c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format22c;
77 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction22cs.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22cs;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction22s.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22s;
74 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction22t.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22t;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction23x.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format23x;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction25x.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format25x;
96 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction31c.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format31c;
72 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction3rc.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format3rc;
78 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction3rmi.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format3rmi;
73 @Override public Format getFormat() { return FORMAT; }
ImmutableInstruction3rms.java 34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format3rms;
73 @Override public Format getFormat() { return FORMAT; }

Completed in 707 milliseconds

1 23 4 5 6 7 8 91011>>