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

  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 257 size_t FormatWidth = sizeof(T) * 2;
260 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth)
262 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth)
264 << format_hex(TLSDir->AddressOfIndex, FormatWidth)
266 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth)
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
COFFDump.cpp 252 size_t FormatWidth = sizeof(T) * 2;
255 << format_hex(TLSDir->StartAddressOfRawData, FormatWidth)
257 << format_hex(TLSDir->EndAddressOfRawData, FormatWidth)
259 << format_hex(TLSDir->AddressOfIndex, FormatWidth)
261 << format_hex(TLSDir->AddressOfCallBacks, FormatWidth)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MeasureFormat.java 66 * MeasureFormat fmtFr = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.SHORT);
77 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
86 * MeasureFormat fmtFrNarrow = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.NARROW);
91 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
112 private final transient FormatWidth formatWidth;
143 public enum FormatWidth {
181 * FormatWidth (used for the older APIs) for all units except currencies.
187 * FormatWidth (used for the older APIs) for currencies.
191 private FormatWidth(ListFormatter.Style style, UnitWidth unitWidth, UnitWidth currencyWidth)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MeasureFormat.java 71 * MeasureFormat fmtFr = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.SHORT);
82 * MeasureFormat fmtFrFull = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.WIDE);
91 * MeasureFormat fmtFrNarrow = MeasureFormat.getInstance(ULocale.FRENCH, FormatWidth.NARROW);
96 * MeasureFormat fmtEn = MeasureFormat.getInstance(ULocale.ENGLISH, FormatWidth.WIDE);
118 private final transient FormatWidth formatWidth;
151 public enum FormatWidth {
197 * FormatWidth (used for the older APIs) for all units except currencies.
203 * FormatWidth (used for the older APIs) for currencies.
207 private FormatWidth(ListFormatter.Style style, UnitWidth unitWidth, UnitWidth currencyWidth)
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 435 milliseconds