HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 101 - 125 of 233) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium/third_party/icu/source/i18n/
plurfmt.cpp 72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) {
250 PluralFormat::format(const Formattable& obj, function in class:PluralFormat
261 return format((int32_t)obj.getDouble(), appendTo, pos, status);
265 return format(number, appendTo, pos, status);
268 return format((int32_t)obj.getInt64(), appendTo, pos, status);
276 PluralFormat::format(int32_t number, UErrorCode& status) const { function in class:PluralFormat
283 return format(number, result, fpos, status);
287 PluralFormat::format(double number, UErrorCode& status) const { function in class:PluralFormat
294 return format(number, result, fpos, status);
299 PluralFormat::format(int32_t number function in class:PluralFormat
307 PluralFormat::format(double number, function in class:PluralFormat
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tmsgfmt.cpp 21 #include "unicode/format.h"
123 errln("Err: Number Format ");
124 logln("Number format creation failed.");
130 form->format(myNumber, buffer, pos);
136 errln("Err: Number Format parse");
137 logln("Number format parse failed.");
152 cf->format((int32_t)1, toAppendTo, status);
164 // {sfb} use double format in pattern, so result will match (not strictly necessary)
209 defDateFormat->format(obj.getDate(), buffer);
306 form->format(testArgs, count, result, fieldpos, success)
    [all...]
  /external/icu4c/i18n/
plurfmt.cpp 72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) {
250 PluralFormat::format(const Formattable& obj, function in class:PluralFormat
261 return format((int32_t)obj.getDouble(), appendTo, pos, status);
265 return format(number, appendTo, pos, status);
268 return format((int32_t)obj.getInt64(), appendTo, pos, status);
276 PluralFormat::format(int32_t number, UErrorCode& status) const { function in class:PluralFormat
283 return format(number, result, fpos, status);
287 PluralFormat::format(double number, UErrorCode& status) const { function in class:PluralFormat
294 return format(number, result, fpos, status);
299 PluralFormat::format(int32_t number function in class:PluralFormat
307 PluralFormat::format(double number, function in class:PluralFormat
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 176 // Formats a list of arguments to a String, using the same format
183 // 0). If 4096 characters are not enough to format the input,
185 static String Format(const char* format, ...);
  /external/skia/src/effects/
SkKernel33MaskFilter.cpp 4 SkMask::Format SkKernel33ProcMaskFilter::getFormat()
SkTableMaskFilter.cpp 61 SkMask::Format SkTableMaskFilter::getFormat() {
SkEmbossMaskFilter.cpp 67 SkMask::Format SkEmbossMaskFilter::getFormat()
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 29 virtual Format getFormat() const {
SkImageDecoder_wbmp.cpp 27 virtual Format getFormat() const {
  /external/chromium/third_party/icu/public/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
1006 RuleBasedNumberFormat::format(const Formattable& obj, function in class:RuleBasedNumberFormat
1019 RuleBasedNumberFormat::format(double number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
1025 RuleBasedNumberFormat::format(int32_t number, UnicodeString& output) const { function in class:RuleBasedNumberFormat
    [all...]
smpdtfmt.h 30 * \brief C++ API: Format and parse dates in a language-independent manner.
59 * Date/Time format syntax:
61 * The date/time format is specified by means of a string time pattern. In this
103 * The count of pattern letters determine the format.
128 * Format Pattern Result
146 * // Format the current time.
153 * formatter->format( currentTime_1, dateString, fp );
163 * marker 'a' is left out from the format pattern while the "hour in am/pm"
191 * parsed specially. For example, the format "HHmmss" parses the input text
206 * There is one common number format to handle all the numbers; the digit coun
1075 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat
1084 SimpleDateFormat::format(UDate date, function in class:SimpleDateFormat
1093 SimpleDateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:SimpleDateFormat
    [all...]
  /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
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...]
smpdtfmt.h 31 * \brief C++ API: Format and parse dates in a language-independent manner.
61 * Date/Time format syntax:
63 * The date/time format is specified by means of a string time pattern. In this
105 * The count of pattern letters determine the format.
130 * Format Pattern Result
148 * // Format the current time.
155 * formatter->format( currentTime_1, dateString, fp );
165 * marker 'a' is left out from the format pattern while the "hour in am/pm"
193 * parsed specially. For example, the format "HHmmss" parses the input text
208 * There is one common number format to handle all the numbers; the digit coun
1149 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat
1158 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat
1169 SimpleDateFormat::format(const Formattable& obj, function in class:SimpleDateFormat
1180 SimpleDateFormat::format(UDate date, function in class:SimpleDateFormat
1189 SimpleDateFormat::format(UDate date, function in class:SimpleDateFormat
1199 SimpleDateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:SimpleDateFormat
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
  /external/protobuf/src/google/protobuf/io/
gzip_stream.cc 1 // Protocol Buffers - Google's data interchange format
50 ZeroCopyInputStream* sub_stream, Format format, int buffer_size)
51 : format_(format), sub_stream_(sub_stream), zerror_(Z_OK) {
172 : format(GZIP),
187 ZeroCopyOutputStream* sub_stream, Format format, int buffer_size) {
189 options.format = format;
216 // default to GZIP format
    [all...]
  /external/stlport/test/eh/
intel45.mak 1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
intel50.mak 1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 433 for (i = 0; i < valueLen; i++) { /* Check the count format */
507 int32_t drm_relParser(uint8_t* buffer, int32_t bufferLen, int32_t Format, T_DRM_Rights* pRights)
513 if (TYPE_DRM_RIGHTS_WBXML != Format && TYPE_DRM_RIGHTS_XML != Format) /* It is not the support parse format */
516 if (TYPE_DRM_RIGHTS_XML == Format) {
594 } else if (TYPE_DRM_RIGHTS_WBXML == Format) {
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 27 import java.text.Format;
102 * This helps in cases like String.format("%.2f,%.2f\n", x, y) where the DecimalFormat is
301 Format.Field field = fpIter.field();
532 Format.Field attr = fp.getFieldAttribute();
579 public Format.Field field() {
594 private static Format.Field fields[] = {
  /external/icu4c/test/intltest/
tmsgfmt.cpp 22 #include "unicode/format.h"
131 errln("Err: Number Format ");
132 logln("Number format creation failed.");
138 form->format(myNumber, buffer, pos);
144 errln("Err: Number Format parse");
145 logln("Number format parse failed.");
160 cf->format((int32_t)1, toAppendTo, status);
172 // {sfb} use double format in pattern, so result will match (not strictly necessary)
217 defDateFormat->format(obj.getDate(), buffer);
314 form->format(testArgs, count, result, fieldpos, success)
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
aacenc.c 203 * \param pOutInfo [OUT] The dec module filled audio format and used the input size.
273 pOutInfo->Format.Channels = hAacEnc->config.nChannelsOut;
274 pOutInfo->Format.SampleRate = hAacEnc->config.sampleRate;
275 pOutInfo->Format.SampleBits = 16;
  /external/chromium/base/crypto/
rsa_private_key_mac.cc 63 key.KeyHeader.Format = CSSM_KEYBLOB_RAW_FORMAT_PKCS8;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 90 uint32_t format = AudioSystem::FORMAT_DEFAULT,
107 uint32_t Format = AudioSystem::FORMAT_DEFAULT,
  /external/icu4c/samples/
readme.txt 21 msgfmt - demonstrates the use of the Message Format
23 numfmt - demonstrates the use of the number format
  /external/v8/src/mips/
disasm-mips.cc 122 void Format(Instruction* instr, const char* format);
283 int Decoder::FormatRegister(Instruction* instr, const char* format) {
284 ASSERT(format[0] == 'r');
285 if (format[1] == 's') { // 'rs: Rs register
289 } else if (format[1] == 't') { // 'rt: rt register
293 } else if (format[1] == 'd') { // 'rd: rd register
305 int Decoder::FormatCRegister(Instruction* instr, const char* format) {
306 ASSERT(format[0] == 'f');
307 if (format[1] == 's') { // 'fs: fs registe
    [all...]

Completed in 909 milliseconds

1 2 3 45 6 7 8 910