HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 501 - 525 of 8082) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 35 #include "unicode/format.h"
54 * NumberFormat helps you to format and parse numbers for any locale.
57 * decimal digits used, or whether the number format is even decimal.
59 * To format a number for the current Locale, use one of the static
67 * nf->format(myNumber, myString);
72 * the format and use it multiple times so that the system doesn't
84 * nf->format(a[i], myString);
90 * To format a number for a different Locale, specify it in the
105 * Use createInstance to get the normal number format for that country.
107 * to get the currency number format for that country. Use getPercen
1040 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
    [all...]
rbnf.h 15 * \brief C++ API: Rule Based Number Format
86 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
102 * isolate the number's ones digit, format it using this same set of rules, and place the
178 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
184 * where the base value would be. This rule is used to format all negative numbers. the
185 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
288 * on whether it is used to format a number's integral part (or the whole number) or a
289 * number's fractional part. Using a rule set to format a rule's fractional part makes it
1009 RuleBasedNumberFormat::format(const Formattable& obj, function in class:RuleBasedNumberFormat
1022 RuleBasedNumberFormat::format(double number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
1028 RuleBasedNumberFormat::format(int32_t number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 10 intel_mesa_format_to_rb_datatype(gl_format format)
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_readpixels.c 46 GLenum format, GLenum type,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
  /external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py 23 if test.format == 'make':
38 if test.format == 'ninja':
  /external/chromium_org/tools/gyp/test/variables/filelist/
update_golden 7 python ../../../gyp --debug variables --debug general --format gypd --depth . src/filelist.gyp > filelist.gyp.stdout
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 25 // This is the native JPEG format.
50 // given in 'format'. The encoded JPEG data will be written into the supplied
59 static bool Encode(const unsigned char* input, ColorFormat format,
65 // on success (returns true). This data will be written in the'format'
66 // format. On failure, the values of these output variables is undefined.
68 ColorFormat format, std::vector<unsigned char>* output,
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 31 public OneRegisterDecodedInstruction(InstructionCodec format, int opcode,
34 super(format, opcode, index, indexType, target, literal);
RegisterRangeDecodedInstruction.java 35 public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode,
38 super(format, opcode, index, indexType, target, literal);
TwoRegisterDecodedInstruction.java 34 public TwoRegisterDecodedInstruction(InstructionCodec format, int opcode,
37 super(format, opcode, index, indexType, target, literal);
  /external/grub/stage2/
tparm.c 88 * format. Often more complex operations are necessary.
235 parse_format(const char *s, char *format, int *len)
241 char *fmt = format;
247 *format++ = '%';
256 *format++ = *s;
260 *format++ = *s++;
270 *format++ = *s++;
273 *format++ = *s++;
281 *format++ = *s++;
291 *format++ = *s++
339 static char format[MAX_FORMAT_LEN]; local
    [all...]
  /external/icu4c/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/icu4c/i18n/unicode/
rbnf.h 15 * \brief C++ API: Rule Based Number Format
86 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
102 * isolate the number's ones digit, format it using this same set of rules, and place the
178 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
184 * where the base value would be. This rule is used to format all negative numbers. the
185 * &gt;&gt; token here means &quot;find the number's absolute value, format it with these
213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
288 * on whether it is used to format a number's integral part (or the whole number) or a
289 * number's fractional part. Using a rule set to format a rule's fractional part makes it
1028 RuleBasedNumberFormat::format(const Formattable& obj, function in class:RuleBasedNumberFormat
1041 RuleBasedNumberFormat::format(double number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
1047 RuleBasedNumberFormat::format(int32_t number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 10 intel_mesa_format_to_rb_datatype(gl_format format)
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 46 GLenum format, GLenum type,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
  /external/pixman/demos/
gtk-utils.h 10 pixman_image_from_file (const char *filename, pixman_format_code_t format);
  /frameworks/base/native/android/
native_activity.cpp 28 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format) {
29 android_NativeActivity_setWindowFormat(activity, format);
  /frameworks/native/include/ui/
PixelFormat.h 38 // in graphics/PixelFormat.java & pixelflinger/format.h
45 // Custom pixel-format described by a PixelFormatInfo structure
48 // System chooses a format that supports translucency (many alpha bits)
51 // System chooses a format that supports transparency
55 // System chooses an opaque format (no alpha bits required)
70 ssize_t bytesPerPixel(PixelFormat format);
71 ssize_t bitsPerPixel(PixelFormat format);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h 64 static int printFormatFromEDID(unsigned char format);
67 unsigned char format);
  /hardware/qcom/camera/hdr/include/
morpho_hdr_checker.h 64 * @param[in] format ???????t?H?[?}?b?g
71 const char *format);
81 * @param[in] format ???????t?H?[?}?b?g
91 const char *format);
  /libcore/benchmarks/src/benchmarks/regression/
FormatterBenchmark.java 31 f.format("this is a reasonably short string that doesn't actually need any formatting");
46 f.format("this is a reasonably short string that has an int %d in it", value);
55 f.format(arabic, "this is a reasonably short string that has an int %d in it", value);
72 f.format("this is a reasonably short string that has an int %x in it", value);
89 f.format("this is a reasonably short string that has a float %f in it", value);
97 f.format("this is a reasonably short string that has a float %.2f in it", value);
105 f.format("this is a reasonably short string that has two floats %f and %f in it", value, value);
121 f.format("this is a reasonably short string that has a string %s in it", "hello");
  /libcore/luni/src/main/java/java/security/
AlgorithmParametersSpi.java 48 * {@code byte[]} using the default decoding format for parameters. The
49 * default encoding format is ASN.1.
61 * {@code byte[]} using the specified decoding format.
65 * @param format
66 * the name of the decoding format.
71 protected abstract void engineInit(byte[] params, String format)
92 * Returns the parameters in their default encoding format. The default
93 * encoding format is ASN.1.
103 * Returns the parameters in the specified encoding format.
105 * @param format
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
input.h 68 int snd_input_scanf(snd_input_t *input, const char *format, ...)
70 __attribute__ ((format (scanf, 2, 3)))

Completed in 250 milliseconds

<<21222324252627282930>>