/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_video.c | 105 * @mbus: v4l2_mbus_framefmt format (input) 106 * @pix: v4l2_pix_format format (output) 108 * Fill the output pix structure with information from the input mbus format. 110 * per line value in the pix format and information from the video instance. 127 * Skip the last format in the loop so that it will be selected if no in iss_video_mbus_to_pix() 173 * Skip the last format in the loop so that it will be selected if no in iss_video_pix_to_mbus() 238 struct v4l2_mbus_framefmt *format) in __iss_video_get_format() 260 *format = fmt.format; in __iss_video_get_format() 267 struct v4l2_mbus_framefmt format; in iss_video_check_format() local 237 __iss_video_get_format(struct iss_video *video, struct v4l2_mbus_framefmt *format) __iss_video_get_format() argument 539 struct v4l2_mbus_framefmt format; iss_video_enum_format() local 569 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) iss_video_get_format() argument 585 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) iss_video_set_format() argument 610 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) iss_video_try_format() argument 642 struct v4l2_subdev_format format = { iss_video_get_selection() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkImage.cpp | 37 ETC_Decoder::InputType GetInputType(const vk::Format &format) in GetInputType() argument 39 switch(format) in GetInputType() 59 UNSUPPORTED("format: %d", int(format)); in GetInputType() 64 int GetBCn(const vk::Format &format) in GetBCn() argument 66 switch(format) in GetBCn() 92 UNSUPPORTED("format: %d", int(format)); in GetBCn() 97 // Returns true for BC1 if we have an RGB format, false for RGBA 98 // Returns true for BC4, BC5, BC6H if we have an unsigned format, fals 100 GetNoAlphaOrUnsigned(const vk::Format &format) GetNoAlphaOrUnsigned() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vbndec.c | 64 int width, height, components, format, compression, pix_fmt, linesize, data_size; in vbn_decode_frame() local 84 format = bytestream2_get_le32u(gb); in vbn_decode_frame() 90 compression = format & 0xffffff00; in vbn_decode_frame() 91 format = format & 0xff; in vbn_decode_frame() 99 av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format: 0x%08x\n", pix_fmt); in vbn_decode_frame() 107 if (format == VBN_FORMAT_RAW) { in vbn_decode_frame() 118 } else if (format == VBN_FORMAT_DXT1 || format == VBN_FORMAT_DXT5) { in vbn_decode_frame() 125 if (format in vbn_decode_frame() [all...] |
H A D | v4l2_buffers.c | 90 buf->context->format.fmt.pix_mp.colorspace : in v4l2_get_color_primaries() 91 buf->context->format.fmt.pix.colorspace; in v4l2_get_color_primaries() 94 buf->context->format.fmt.pix_mp.ycbcr_enc: in v4l2_get_color_primaries() 95 buf->context->format.fmt.pix.ycbcr_enc; in v4l2_get_color_primaries() 123 buf->context->format.fmt.pix_mp.quantization : in v4l2_get_color_range() 124 buf->context->format.fmt.pix.quantization; in v4l2_get_color_range() 142 buf->context->format.fmt.pix_mp.colorspace : in v4l2_get_color_space() 143 buf->context->format.fmt.pix.colorspace; in v4l2_get_color_space() 146 buf->context->format.fmt.pix_mp.ycbcr_enc: in v4l2_get_color_space() 147 buf->context->format in v4l2_get_color_space() [all...] |
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 53 static void do_error_msg(const char *format, va_list va, int err) in do_error_msg() argument 56 vfprintf(stderr, format, va); in do_error_msg() 62 void error_msg(const char *format, ...) in error_msg() argument 66 va_start(va, format); in error_msg() 67 do_error_msg(format, va, 0); in error_msg() 71 void error_msg_errno(const char *format, ...) in error_msg_errno() argument 75 va_start(va, format); in error_msg_errno() 76 do_error_msg(format, va, errno); in error_msg_errno() 80 __noreturn void fatal_error(const char *format, ...) in fatal_error() argument 84 va_start(va, format); in fatal_error() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | xfer.c | 115 snd_pcm_format_t *format, in xfer_context_pre_process() 124 assert(format); in xfer_context_pre_process() 136 *format = xfer->sample_format; in xfer_context_pre_process() 144 if (*format != xfer->sample_format) { in xfer_context_pre_process() 148 "Sample format mismatch: %s is given " in xfer_context_pre_process() 151 snd_pcm_format_name(*format)); in xfer_context_pre_process() 181 err = xfer->ops->pre_process(xfer, format, samples_per_frame, in xfer_context_pre_process() 187 assert(*format >= SND_PCM_FORMAT_S8); in xfer_context_pre_process() 188 assert(*format <= SND_PCM_FORMAT_LAST); in xfer_context_pre_process() 195 xfer->sample_format = *format; in xfer_context_pre_process() 114 xfer_context_pre_process(struct xfer_context *xfer, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer) xfer_context_pre_process() argument [all...] |
/third_party/musl/scripts/ |
H A D | print_so_deps.py | 63 cmd = "{} file recv {} {}".format(HDC, path, self.saved_so_path) 71 cmd = "{} shell ls {}".format(HDC, path) 101 f.write(dot_format.format(soname, so, index)) 115 f.write("{}:{}\n".format(soname, ",".join(deps))) 121 f.write("{},{}\n".format(soname, ",".join(deps))) 125 lines = self.run_cmd("{} -dW {}".format(READELF_PATH, so_path_local)) 161 print("can't find {}".format(cur)) 165 print("\033[1;33m index:{} so:{} deps:[{}]\033[0m \n".format(index, cur, ",".join(deps))) 174 parser.add_argument('-f', '--format', type=str, help='Set output file format [all...] |
/third_party/mesa3d/src/panfrost/shared/test/ |
H A D | test-tiling.cpp | 30 * docs/drivers/panfrost.rst for details on the format. 83 enum pipe_format format, 86 const struct util_format_description *desc = util_format_description(format);; 128 enum pipe_format format, bool store) 130 unsigned bpp = util_format_get_blocksize(format); 131 unsigned tile_height = util_format_is_compressed(format) ? 4 : 16; 150 dst_stride, src_stride, format); 157 dst_stride, src_stride, format); 161 dst_stride, src_stride, format, store); 176 enum pipe_format format) [all...] |
/third_party/openssl/test/ |
H A D | bioprinttest.c | 112 const char *format; member 136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_zu() 144 const char *format; member 164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); in test_j() 192 char format[80], result[80]; in dofptest() local 199 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, in dofptest() 202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest() 203 BIO_snprintf(result, sizeof(result), format, va in dofptest() [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | GlitchActivity.java | 175 message.append(String.format("unlocked.frames = %d\n", mLastUnlockedFrames)); in getCurrentStatusReport() 176 message.append(String.format("locked.frames = %d\n", mLastLockedFrames)); in getCurrentStatusReport() 177 message.append(String.format("glitch.frames = %d\n", mLastGlitchFrames)); in getCurrentStatusReport() 178 message.append(String.format("reset.count = %d\n", mLastResetCount - mStartResetCount)); in getCurrentStatusReport() 179 message.append(String.format("peak.amplitude = %8.6f\n", mPeakAmplitude)); in getCurrentStatusReport() 181 message.append(String.format("signal.noise.ratio.db = %5.1f\n", mSignalToNoiseDB)); in getCurrentStatusReport() 183 message.append(String.format("time.total = %8.2f seconds\n", totalSeconds)); in getCurrentStatusReport() 185 message.append(String.format("time.no.glitches = %8.2f\n", mSecondsWithoutGlitches)); in getCurrentStatusReport() 186 message.append(String.format("max.time.no.glitches = %8.2f\n", in getCurrentStatusReport() 188 message.append(String.format("glitc in getCurrentStatusReport() [all...] |
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TestUtils.cpp | 27 uint32_t GetMinimumBytesPerRow(wgpu::TextureFormat format, uint32_t width) { in GetMinimumBytesPerRow() argument 28 const uint32_t bytesPerBlock = utils::GetTexelBlockSizeInBytes(format); in GetMinimumBytesPerRow() 29 const uint32_t blockWidth = utils::GetTextureFormatBlockWidth(format); in GetMinimumBytesPerRow() 35 wgpu::TextureFormat format, in GetTextureDataCopyLayoutForTextureAtLevel() 41 ASSERT(utils::GetTextureFormatBlockWidth(format) == 1); in GetTextureDataCopyLayoutForTextureAtLevel() 54 layout.bytesPerRow = GetMinimumBytesPerRow(format, layout.mipSize.width); in GetTextureDataCopyLayoutForTextureAtLevel() 65 RequiredBytesInCopy(layout.bytesPerRow, appliedRowsPerImage, layout.mipSize, format); in GetTextureDataCopyLayoutForTextureAtLevel() 67 const uint32_t bytesPerTexel = utils::GetTexelBlockSizeInBytes(format); in GetTextureDataCopyLayoutForTextureAtLevel() 123 descriptor.format = wgpu::TextureFormat::R8Unorm; in UnalignDynamicUploader() 138 uint32_t VertexFormatSize(wgpu::VertexFormat format) { in VertexFormatSize() argument 34 GetTextureDataCopyLayoutForTextureAtLevel( wgpu::TextureFormat format, wgpu::Extent3D textureSizeAtLevel0, uint32_t mipmapLevel, wgpu::TextureDimension dimension, uint32_t rowsPerImage) GetTextureDataCopyLayoutForTextureAtLevel() argument [all...] |
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | SkQPRunner.java | 47 String now = (new SimpleDateFormat("yyyy-MM-dd'T'HHmmss")).format(new Date()); in SkQPRunner() 51 Log.i(TAG, String.format("output written to \"%s\"", mOutputDirectory)); in SkQPRunner() 123 SkQPRunner.Fail(desc, notifier, String.format("Exception: %s", error)); in run() 124 Log.w(TAG, String.format("[ERROR] '%s': %s", name, error)); in run() 127 SkQPRunner.Fail(desc, notifier, String.format( in run() 129 Log.w(TAG, String.format("[FAIL] '%s': %d > 0", name, value)); in run() 133 Log.i(TAG, String.format("Rendering Test '%s' complete (%d/%d). [%s]", in run() 148 Log.w(TAG, String.format("[FAIL] Test '%s' had %d failures.", name, errors.length)); in run() 151 Log.w(TAG, String.format("[FAIL] '%s': %s", name, error)); in run() 156 Log.i(TAG, String.format("Tes in run() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 76 * @formats: active V4L2 media bus format for each pad 77 * @default_format: default V4L2 media bus format 78 * @vip_format: format information corresponding to the active format 79 * @bayer: boolean flag if TPG is set to any bayer format 273 fmt->format = *__xtpg_get_pad_format(xtpg, cfg, fmt->pad, fmt->which); in xtpg_get_format() 288 /* In two pads mode the source pad format is always identical to the in xtpg_set_format() 289 * sink pad format. in xtpg_set_format() 292 fmt->format = *__format; in xtpg_set_format() 298 bayer_phase = xtpg_get_bayer_phase(fmt->format in xtpg_set_format() 324 struct v4l2_mbus_framefmt *format; xtpg_enum_frame_size() local 352 struct v4l2_mbus_framefmt *format; xtpg_open() local 722 const struct xvip_video_format *format; xtpg_parse_of() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/tegra-video/ |
H A D | csi.c | 90 fmt->format = csi_chan->format; in csi_get_format() 168 /* one framerate per format and resolution */ in csi_enum_frameintervals() 188 struct v4l2_mbus_framefmt *format = &fmt->format; in csi_set_format() local 198 format->width, format->width); in csi_set_format() 199 format->width = sizes->width; in csi_set_format() 200 format->height = sizes->height; in csi_set_format() 203 if (format in csi_set_format() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
H A D | xilinx-tpg.c | 76 * @formats: active V4L2 media bus format for each pad 77 * @default_format: default V4L2 media bus format 78 * @vip_format: format information corresponding to the active format 79 * @bayer: boolean flag if TPG is set to any bayer format 274 fmt->format = *__xtpg_get_pad_format(xtpg, sd_state, fmt->pad, in xtpg_get_format() 290 /* In two pads mode the source pad format is always identical to the in xtpg_set_format() 291 * sink pad format. in xtpg_set_format() 294 fmt->format = *__format; in xtpg_set_format() 300 bayer_phase = xtpg_get_bayer_phase(fmt->format in xtpg_set_format() 327 struct v4l2_mbus_framefmt *format; xtpg_enum_frame_size() local 355 struct v4l2_mbus_framefmt *format; xtpg_open() local 725 const struct xvip_video_format *format; xtpg_parse_of() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/tegra-video/ |
H A D | csi.c | 89 fmt->format = csi_chan->format; in csi_get_format() 167 /* one framerate per format and resolution */ in csi_enum_frameintervals() 187 struct v4l2_mbus_framefmt *format = &fmt->format; in csi_set_format() local 197 format->width, format->width); in csi_set_format() 198 format->width = sizes->width; in csi_set_format() 199 format->height = sizes->height; in csi_set_format() 202 if (format in csi_set_format() [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 81 gutter = format(self.line_no, "4d") 85 " {0} |\n".format(" " * len(gutter)) + 86 " {0} | {1}".format(gutter, self.line) + 87 " {0} | {1}\n".format(" " * len(gutter), underline) 140 return "{0}".format(self.symbol_name) 146 .format(self.symbol_name)) 166 .format(self.match.filename, self.match.line_no, self.match.name) 172 .format( 196 .format(self.match.filename, self.match.line_no, self.match.name) 204 .format(sel [all...] |
/third_party/mesa3d/src/freedreno/fdl/ |
H A D | fd6_format_table.c | 29 #include "util/format/u_format.h" 60 /* clang-format off */ 234 /* special format for blits: */ 369 /* clang-format on */ 372 fd6_pipe2swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) in fd6_pipe2swap() argument 374 if (!formats[format].present) in fd6_pipe2swap() 384 return formats[format].swap; in fd6_pipe2swap() 387 /* convert pipe format to vertex buffer format: */ 389 fd6_vertex_format(enum pipe_format format) in fd6_vertex_format() argument 397 fd6_vertex_swap(enum pipe_format format) fd6_vertex_swap() argument 404 fd6_texture_format(enum pipe_format format, enum a6xx_tile_mode tile_mode) fd6_texture_format() argument 431 fd6_texture_swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) fd6_texture_swap() argument 461 fd6_color_format(enum pipe_format format, enum a6xx_tile_mode tile_mode) fd6_color_format() argument 473 fd6_color_swap(enum pipe_format format, enum a6xx_tile_mode tile_mode) fd6_color_swap() argument 479 fd6_pipe2depth(enum pipe_format format) fd6_pipe2depth() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 157 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 194 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format; in iterate() 220 m_bufferFormat, // VkFormat format; in iterate() 590 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests() local 592 if (format == VK_FORMAT_D24_UNORM_S8_UINT) in createDepthStencilWriteConditionsTests() 594 if (format == VK_FORMAT_X8_D24_UNORM_PACK32) in createDepthStencilWriteConditionsTests() 596 if (format == VK_FORMAT_D32_SFLOAT) in createDepthStencilWriteConditionsTests() 599 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 600 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 612 VkFormat format = stencilFormats[i]; createDepthStencilWriteConditionsTests() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 157 VK_FORMAT_R32G32B32A32_SFLOAT, // VkFormat format; in getAttributeDescriptions() 194 VK_FORMAT_R8G8B8A8_UNORM, // VkFormat format; in iterate() 220 m_bufferFormat, // VkFormat format; in iterate() 592 VkFormat format = depthFormats[i]; in createDepthStencilWriteConditionsTests() local 594 if (format == VK_FORMAT_D24_UNORM_S8_UINT) in createDepthStencilWriteConditionsTests() 596 if (format == VK_FORMAT_X8_D24_UNORM_PACK32) in createDepthStencilWriteConditionsTests() 598 if (format == VK_FORMAT_D32_SFLOAT) in createDepthStencilWriteConditionsTests() 601 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::WRITE, format)); in createDepthStencilWriteConditionsTests() 602 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE, format)); in createDepthStencilWriteConditionsTests() 603 testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + postfix, "", BufferType::DEPTH, DiscardType::KILL, MutationMode::INITIALIZE_WRITE, format)); in createDepthStencilWriteConditionsTests() 614 VkFormat format = stencilFormats[i]; createDepthStencilWriteConditionsTests() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 12 * Port From: ICU4C v1.8.1 : format : NumberFormatTest 16 package ohos.global.icu.dev.test.format; 46 import ohos.global.icu.dev.test.format.IntlTestDecimalFormatAPIC.FieldContainer; 79 DecimalFormat format = in TestRoundingScientific10542() 109 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 120 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 131 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 142 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 153 verifyRounding(format, values, expected, roundingModes, descriptions); in TestRoundingScientific10542() 164 verifyRounding(format, value in TestRoundingScientific10542() 178 verifyRounding(DecimalFormat format, double[] values, String[][] expected, int[] roundingModes, String[] descriptions) verifyRounding() argument 4922 checkFormatWithField(String testInfo, Format format, Object object, String expected, Format.Field field, int begin, int end) checkFormatWithField() argument [all...] |
H A D | RbnfTest.java | 10 package ohos.global.icu.dev.test.format; 76 // use %%min to format values greater than 60 seconds in TestCoverage() 78 // use %%hr to format values greater than 3,600 seconds in TestCoverage() 164 str = fmt3.format(2.3, names[0]); in TestCoverage() 166 str = fmt3.format(2.3, "%%foo"); in TestCoverage() 167 errln("format double %%foo didn't fail"); in TestCoverage() 174 str = fmt3.format(123L, names[0]); in TestCoverage() 176 str = fmt3.format(123L, "%%foo"); in TestCoverage() 177 errln("format double %%foo didn't fail"); in TestCoverage() 190 str = fmt4.format(12 in TestCoverage() [all...] |
/third_party/curl/lib/ |
H A D | mprintf.c | 166 char *start; /* format string start to output */ 167 size_t outlen; /* number of bytes from the format string to output */ 206 * Parse the format string. 226 static int parsefmt(const char *format, in parsefmt() argument 232 char *fmt = (char *)format; in parsefmt() 647 * It calls parsefmt() to parse the format string. It populates two arrays; 661 void *userp, /* untouched by format(), just sent to the stream() function in in formatf() 665 const char *format, /* %-formatted string */ in formatf() 684 /* Parse the format string */ in formatf() 685 if(parsefmt(format, outpu in formatf() 660 formatf( void *userp, int (*stream)(unsigned char, void *), const char *format, va_list ap_save) formatf() argument 1058 curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, va_list ap_save) curl_mvsnprintf() argument 1083 curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...) curl_msnprintf() argument 1106 Curl_dyn_vprintf(struct dynbuf *dyn, const char *format, va_list ap_save) Curl_dyn_vprintf() argument 1120 curl_mvaprintf(const char *format, va_list ap_save) curl_mvaprintf() argument 1138 curl_maprintf(const char *format, ...) curl_maprintf() argument 1156 curl_msprintf(char *buffer, const char *format, ...) curl_msprintf() argument 1177 curl_mprintf(const char *format, ...) curl_mprintf() argument 1188 curl_mfprintf(FILE *whereto, const char *format, ...) curl_mfprintf() argument 1198 curl_mvsprintf(char *buffer, const char *format, va_list ap_save) curl_mvsprintf() argument 1205 curl_mvprintf(const char *format, va_list ap_save) curl_mvprintf() argument 1210 curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) curl_mvfprintf() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberFormat.java | 50 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 53 * digits used, or whether the number format is even decimal. 56 * To format a number for the current Locale, use one of the factory 60 * myString = NumberFormat.getInstance().format(myNumber); 64 * more efficient to get the format and use it multiple times so that 71 * output.println(nf.format(myNumber[i]) + "; "); 75 * To format a number for a different Locale, specify it in the 89 * normal number format. Use <code>getIntegerInstance</code> to get an 90 * integer number format. Use <code>getCurrencyInstance</code> to get the 91 * currency number format 269 public StringBuffer format(Object number, format() method in NumberFormat 310 public final String format(double number) { format() method in NumberFormat 320 public final String format(long number) { format() method in NumberFormat 331 public final String format(BigInteger number) { format() method in NumberFormat 340 public final String format(java.math.BigDecimal number) { format() method in NumberFormat 349 public final String format(com.ibm.icu.math.BigDecimal number) { format() method in NumberFormat 358 public final String format(CurrencyAmount currAmt) { format() method in NumberFormat 368 public abstract StringBuffer format(double number, format() method in NumberFormat 377 public abstract StringBuffer format(long number, format() method in NumberFormat 385 public abstract StringBuffer format(BigInteger number, format() method in NumberFormat 393 public abstract StringBuffer format(java.math.BigDecimal number, format() method in NumberFormat 401 public abstract StringBuffer format(com.ibm.icu.math.BigDecimal number, format() method in NumberFormat 409 public StringBuffer format(CurrencyAmount currAmt, format() method in NumberFormat [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberFormat.java | 51 * <code>NumberFormat</code> helps you to format and parse numbers for any locale. 54 * digits used, or whether the number format is even decimal. 57 * To format a number for the current Locale, use one of the factory 61 * myString = NumberFormat.getInstance().format(myNumber); 65 * more efficient to get the format and use it multiple times so that 72 * output.println(nf.format(myNumber[i]) + "; "); 76 * To format a number for a different Locale, specify it in the 90 * normal number format. Use <code>getIntegerInstance</code> to get an 91 * integer number format. Use <code>getCurrencyInstance</code> to get the 92 * currency number format 256 public StringBuffer format(Object number, format() method in NumberFormat 295 public final String format(double number) { format() method in NumberFormat 304 public final String format(long number) { format() method in NumberFormat 314 public final String format(BigInteger number) { format() method in NumberFormat 322 public final String format(java.math.BigDecimal number) { format() method in NumberFormat 330 public final String format(ohos.global.icu.math.BigDecimal number) { format() method in NumberFormat 338 public final String format(CurrencyAmount currAmt) { format() method in NumberFormat 347 public abstract StringBuffer format(double number, format() method in NumberFormat 355 public abstract StringBuffer format(long number, format() method in NumberFormat 362 public abstract StringBuffer format(BigInteger number, format() method in NumberFormat 369 public abstract StringBuffer format(java.math.BigDecimal number, format() method in NumberFormat 376 public abstract StringBuffer format(ohos.global.icu.math.BigDecimal number, format() method in NumberFormat 383 public StringBuffer format(CurrencyAmount currAmt, format() method in NumberFormat [all...] |