HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 176 - 200 of 870) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/i18n/
msgfmt.cpp 201 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
203 formatter->format(arg, s, ec);
208 void formatAndAppend(const Format* formatter, const Formattable& arg,
298 Format(that),
374 Format::operator=(that);
390 MessageFormat::operator==(const Format& rhs) const
397 if (!Format::operator==(rhs) ||
424 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer) local
869 MessageFormat::format(const Formattable* source, function in class:MessageFormat
884 MessageFormat::format( const UnicodeString& pattern, function in class:MessageFormat
900 MessageFormat::format(const Formattable& source, function in class:MessageFormat
917 MessageFormat::format(const UnicodeString* argumentNames, function in class:MessageFormat
939 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
999 void MessageFormat::format(int32_t msgStart, const void *plNumber, function in class:MessageFormat
1856 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
1865 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
1875 UnicodeString& MessageFormat::DummyFormat::format(const Formattable&, function in class:MessageFormat::DummyFormat
    [all...]
currfmt.cpp 37 Format* CurrencyFormat::clone() const {
41 UnicodeString& CurrencyFormat::format(const Formattable& obj, function in class:CurrencyFormat
46 return fmt->format(obj, appendTo, pos, ec);
reldtfmt.h 15 * \brief C++ API: Format and parse relative dates and times.
67 * Clone this Format object polymorphically. The caller owns the result and
72 virtual Format* clone(void) const;
75 * Return true if the given Format objects are semantically equal. Objects
78 * @return true if the given Format objects are semantically equal.
81 virtual UBool operator==(const Format& other) const;
84 using DateFormat::format;
87 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
102 virtual UnicodeString& format( Calendar& cal,
107 * Format an object to produce a string. This method handles Formattabl
    [all...]
  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 38 /// The format used here is more structured and deliberate because
189 /// \brief Create a sample profile file writer based on the specified format.
193 /// \param Writer The writer to instantiate according to the specified format.
195 /// \param Format Encoding format for the profile file.
199 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) {
202 if (Format == SPF_Binary)
209 return create(OS, Format);
212 /// \brief Create a sample profile stream writer based on the specified format.
216 /// \param Writer The writer to instantiate according to the specified format
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 48 rb->Format = MESA_FORMAT_XRGB8888;
54 rb->Format = MESA_FORMAT_ARGB8888;
59 rb->Format = MESA_FORMAT_RGB565;
64 rb->Format = MESA_FORMAT_Z16;
72 rb->Format = MESA_FORMAT_Z24_S8;
79 s->format = rb->Format;
98 rb->Format, width, height);
187 nouveau_renderbuffer_dri_new(GLenum format, __DRIdrawable *drawable)
197 if (!set_renderbuffer_format(rb, format)) {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 30 import java.text.Format;
50 private void checkSerialization(MessageFormat format) {
54 out.writeObject(format);
59 assertTrue("Not equal: " + format.toPattern(), format.equals(read));
61 fail("Format: " + format.toPattern()
64 fail("Format: " + format.toPattern()
123 Format[] formats = f1.getFormats()
310 MessageFormat format = new MessageFormat("Date: {0,date} Currency: {1, number, currency} Integer: {2, number, integer}", mk); local
318 MessageFormat format = new MessageFormat( local
390 MessageFormat format = new MessageFormat("test"); local
528 MessageFormat format = new MessageFormat("'{'choice'}'{0}"); local
558 MessageFormat format = new MessageFormat("{1,number,integer}"); local
601 MessageFormat format = new MessageFormat(pattern, Locale.US); local
841 MessageFormat format = new MessageFormat("date is {0,date,MMM d, yyyy}"); local
878 MessageFormat format = new MessageFormat("date {0,date}"); local
960 final MessageFormat format = new MessageFormat(pattern, Locale.ENGLISH); local
    [all...]
Support_Format.java 22 import java.text.Format;
37 protected void t_FormatWithField(int count, Format format, Object object,
38 String text, Format.Field field, int begin, int end) {
41 format.format(object, buffer, pos);
58 protected void t_Format(int count, Object object, Format format, Vector<FieldContainer> expectedResults) {
59 Vector<FieldContainer> results = findFields(format.formatToCharacterIterator(object));
61 format.format(object) + "\n"
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 45 uint32_t Format,
55 Format,
148 uint32_t Format,
158 Format,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
JSystem.cs 83 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
JSystem.cs 82 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
  /external/gemmlowp/public/
gemmlowp.h 64 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
70 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
78 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
84 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
  /external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s 13 ; CHECK: Format: Mach-O arm64
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 38 void createWriter(SampleProfileFormat Format) {
39 auto WriterOrErr = SampleProfileWriter::create(OS, Format);
50 void testRoundTrip(SampleProfileFormat Format) {
51 createWriter(Format);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfPxr24Compressor.h 62 virtual Format format () const;
  /external/skia/include/effects/
SkTableMaskFilter.h 46 SkMask::Format getFormat() const override;
  /external/skia/src/sfnt/
SkOTTable_post.h 24 struct Format {
34 } format; member in struct:SkOTTablePostScript
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
UnresolvedOdexInstructionMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java 38 import org.jf.dexlib2.Format;
177 if (!opcode.format.isPayloadFormat) {
178 return opcode.format.size;
179 } else if (opcode.format == Format.ArrayPayload) {
184 } else if (opcode.format == Format.PackedSwitchPayload) {
186 } else if (opcode.format == Format.SparseSwitchPayload) {
  /libcore/support/src/test/java/tests/support/
Support_Format.java 22 import java.text.Format;
36 protected void t_FormatWithField(int count, Format format, Object object,
37 String text, Format.Field field, int begin, int end) {
40 format.format(object, buffer, pos);
59 protected void t_Format(int count, Object object, Format format,
61 // System.out.println(format.format(object))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 59 DXGI_FORMAT Format;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 23 import java.text.Format;
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
69 * <p>An argument might not specify any format type. In this case,
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
96 * (or using a custom Format object if one was set).
151 * a <code>Format</code> instance for the format element. The following
152 * table shows how the values map to Format instances. Combinations not
154 * be a valid pattern string for the Format subclass used
916 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
919 format(arguments, null, new AppendableWrapper(result), pos); method
950 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat
952 format(null, arguments, new AppendableWrapper(result), pos); method
971 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
988 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat
1027 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
1030 format(arguments, new AppendableWrapper(result), pos); method
1077 format(arguments, wrapper, null); method
1559 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat
1718 format(msgStart, pluralNumber, args, argsMap, dest, null); method
2072 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat
2074 format(null, (Map<String, Object>)arguments, result, fp); method
2076 format((Object[])arguments, null, result, fp); method
2087 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 22 import java.text.Format;
56 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
68 * <p>An argument might not specify any format type. In this case,
74 * Format object is created, cached and used.
80 * <p>After construction, a custom Format object can be set for
95 * (or using a custom Format object if one was set).
150 * a <code>Format</code> instance for the format element. The following
151 * table shows how the values map to Format instances. Combinations not
153 * be a valid pattern string for the Format subclass used
938 public final StringBuffer format(Object[] arguments, StringBuffer result, method in class:MessageFormat
941 format(arguments, null, new AppendableWrapper(result), pos); method
973 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, method in class:MessageFormat
975 format(null, arguments, new AppendableWrapper(result), pos); method
995 public static String format(String pattern, Object... arguments) { method in class:MessageFormat
1013 public static String format(String pattern, Map<String, Object> arguments) { method in class:MessageFormat
1054 public final StringBuffer format(Object arguments, StringBuffer result, method in class:MessageFormat
1057 format(arguments, new AppendableWrapper(result), pos); method
1105 format(arguments, wrapper, null); method
1603 private void format(int msgStart, PluralSelectorContext pluralNumber, method in class:MessageFormat
1762 format(msgStart, pluralNumber, args, argsMap, dest, null); method
2116 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { method in class:MessageFormat
2118 format(null, (Map<String, Object>)arguments, result, fp); method
2120 format((Object[])arguments, null, result, fp); method
2131 private void format(Object[] arguments, Map<String, Object> argsMap, method in class:MessageFormat
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 61 DXGI_FORMAT Format;
  /external/skia/include/core/
SkMask.h 17 the 3-channel 3D format. These are passed to SkMaskFilter objects.
22 enum Format {
37 Format fFormat;
79 * this asserts that the mask's format is kLCD16_Format, and that (x,y)
92 * this asserts that the mask's format is 32bits, and that (x,y)
105 * at runtime based on the mask format. This will be slightly slower than
106 * using one of the routines where the format is implied by the name
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorDescriptors.java 21 import com.android.ide.common.api.IAttributeInfo.Format;
80 new AttributeInfo(ATTR_COLOR, Format.COLOR_SET)).setTooltip(

Completed in 579 milliseconds

1 2 3 4 5 6 78 91011>>