/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | esas2r_log.c | 106 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format" 110 * the master logging function. this function will format the message as 116 * @param [in] format the formatting string for the message 123 const char *format, in esas2r_log_master() 141 * format the level onto the beginning of the string and do in esas2r_log_master() 160 retval = vsnprintf(buffer, buflen, format, args); in esas2r_log_master() 184 * @param [in] format the formating string for the message 189 int esas2r_log(const long level, const char *format, ...) in esas2r_log() argument 194 va_start(args, format); in esas2r_log() 196 retval = esas2r_log_master(level, NULL, format, arg in esas2r_log() 121 esas2r_log_master(const long level, const struct device *dev, const char *format, va_list args) esas2r_log_master() argument 214 esas2r_log_dev(const long level, const struct device *dev, const char *format, ...) esas2r_log_dev() argument [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | nfs.h | 64 #define nfs_debug_error(format, ...) PRINT_ERR(format, ##__VA_ARGS__) 65 #define nfs_debug_info(format, ...) PRINTK(format, ##__VA_ARGS__) 71 #define nfs_error(format, ...) PRINT_ERR(format, ##__VA_ARGS__) 72 #define nfs_info(format, ...) PRINTK(format, ##__VA_ARGS__)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | ScientificNumberFormatterTest.java | 10 package ohos.global.icu.dev.test.format; 38 markup.format(1.23456e-78)); in TestBasic() 42 superscript.format(1.23456e-78)); in TestBasic() 53 fmt.format(1.23456e-78)); in TestFarsi() 67 fmt.format(6.02e23)); in TestPlusSignInExponentMarkup() 80 fmt.format(6.02e23)); in TestPlusSignInExponentSuperscript() 91 fmt.format(123456.0)); in TestFixedDecimalMarkup() 101 fmt.format(123456.0)); in TestFixedDecimalSuperscript()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | ScientificNumberFormatterTest.java | 9 package com.ibm.icu.dev.test.format; 35 markup.format(1.23456e-78)); in TestBasic() 39 superscript.format(1.23456e-78)); in TestBasic() 50 fmt.format(1.23456e-78)); in TestFarsi() 64 fmt.format(6.02e23)); in TestPlusSignInExponentMarkup() 77 fmt.format(6.02e23)); in TestPlusSignInExponentSuperscript() 88 fmt.format(123456.0)); in TestFixedDecimalMarkup() 98 fmt.format(123456.0)); in TestFixedDecimalSuperscript()
|
/third_party/nghttp2/ |
H A D | gentokenlookup.py | 31 {},'''.format(to_enum_hd(k, prefix))) 34 }};'''.format(prefix)) 39 switch (namelen) {{'''.format(return_type, value_type)) 44 case {}:'''.format(size)) 46 switch (name[{}]) {{'''.format(size - 1)) 50 case '{}':'''.format(c)) 55 }}'''.format(comp_fun, k[:-1], size - 1, to_enum_hd(k, prefix))) 64 }}'''.format(fail_value))
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_gen_mipmap.c | 37 #include "util/format/u_format.h" 55 enum pipe_format format; in st_generate_mipmap() local 125 format = texObj->surface_format; in st_generate_mipmap() 127 format = pt->format; in st_generate_mipmap() 130 format = util_format_linear(format); in st_generate_mipmap() 138 !st->pipe->generate_mipmap(st->pipe, pt, format, baseLevel, in st_generate_mipmap() 141 if (!util_gen_mipmap(st->pipe, pt, format, baseLevel, lastLevel, in st_generate_mipmap()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | ClassDefTable.java | 20 switch (format) { in ClassDefTable() 28 throw new IllegalArgumentException("class def format " + format + " unexpected"); in ClassDefTable() 36 switch (format) { in fmt1Table() 40 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt1Table() 45 switch (format) { in fmt2Table() 49 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt2Table() 58 switch (format) { in Builder() [all...] |
H A D | CoverageTable.java | 17 switch (format) { in CoverageTable() 25 throw new IllegalArgumentException("coverage format " + format + " unexpected"); in CoverageTable() 33 switch (format) { in fmt1Table() 37 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt1Table() 42 switch (format) { in fmt2Table() 46 throw new IllegalArgumentException("unexpected format table requested: " + format); in fmt2Table() 60 switch (format) { in Builder() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 32 print('{}.pre_suite'.format(self.sub_class)) 34 self._add_to_tap('1..{}\n'.format(self.testcount)) 40 print('{}.post_suite'.format(self.sub_class)) 41 #print('{}'.format(self.tap)) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 71 print('{}.adjust_command'.format(self.sub_class)) 82 format(stage, command, cmdlist)) 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 98 print('adjust_command: return command [{}]'.format(command)) 105 res = TestResult('{}-mem'.format(sel [all...] |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | si476x.c | 70 u16 format = 0; in si476x_codec_set_dai_fmt() local 77 format |= SI476X_DAUDIO_MODE_DSP_A; in si476x_codec_set_dai_fmt() 80 format |= SI476X_DAUDIO_MODE_DSP_B; in si476x_codec_set_dai_fmt() 83 format |= SI476X_DAUDIO_MODE_I2S; in si476x_codec_set_dai_fmt() 86 format |= SI476X_DAUDIO_MODE_RIGHT_J; in si476x_codec_set_dai_fmt() 89 format |= SI476X_DAUDIO_MODE_LEFT_J; in si476x_codec_set_dai_fmt() 102 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 115 format |= SI476X_DAUDIO_MODE_IB | in si476x_codec_set_dai_fmt() 119 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 122 format | in si476x_codec_set_dai_fmt() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | nsPlugin.py | 28 print('{}.post_suite'.format(self.sub_class)) 54 print('{}.adjust_command'.format(self.sub_class)) 63 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist)) 77 print('adjust_command: return command [{}]'.format(command)) 100 cmd = '$IP netns add {}'.format(self.args.NAMES['NS']) 102 cmd = '$IP link set $DEV1 netns {}'.format(self.args.NAMES['NS']) 104 cmd = '$IP -n {} link set $DEV1 up'.format(self.args.NAMES['NS']) 107 cmd = '$IP link set $DEV2 netns {}'.format(self.args.NAMES['NS']) 109 cmd = '$IP -n {} link set $DEV2 up'.format(self.args.NAMES['NS']) 118 cmd = '$IP netns delete {}'.format(sel [all...] |
H A D | valgrindPlugin.py | 32 print('{}.pre_suite'.format(self.sub_class)) 34 self._add_to_tap('1..{}\n'.format(self.testcount)) 40 print('{}.post_suite'.format(self.sub_class)) 41 #print('{}'.format(self.tap)) 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 71 print('{}.adjust_command'.format(self.sub_class)) 82 format(stage, command, cmdlist)) 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 98 print('adjust_command: return command [{}]'.format(command)) 105 res = TestResult('{}-mem'.format(sel [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | si476x.c | 70 u16 format = 0; in si476x_codec_set_dai_fmt() local 77 format |= SI476X_DAUDIO_MODE_DSP_A; in si476x_codec_set_dai_fmt() 80 format |= SI476X_DAUDIO_MODE_DSP_B; in si476x_codec_set_dai_fmt() 83 format |= SI476X_DAUDIO_MODE_I2S; in si476x_codec_set_dai_fmt() 86 format |= SI476X_DAUDIO_MODE_RIGHT_J; in si476x_codec_set_dai_fmt() 89 format |= SI476X_DAUDIO_MODE_LEFT_J; in si476x_codec_set_dai_fmt() 102 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 115 format |= SI476X_DAUDIO_MODE_IB | in si476x_codec_set_dai_fmt() 119 format |= SI476X_DAUDIO_MODE_IB; in si476x_codec_set_dai_fmt() 122 format | in si476x_codec_set_dai_fmt() [all...] |
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 36 logger("{} not exists.".format(parts_info_json), "ERROR") 41 logger("{} part not exist in {}".format(partname, parts_info_json), "ERROR") 55 logger("{} not exists.".format(parts_info_json), "ERROR") 60 logger("{} part not exist in {}.".format(test_part, parts_info_json), "ERROR") 76 logger("{} not exists.".format(subsystem_config_json), "ERROR") 82 logger("{} not exist in subsystem_build_config.json".format(sub_system), "ERROR") 85 logger("{} no path in subsystem_build_config.json".format(sub_system), "ERROR") 116 logger("{} json file error.".format(j), "ERROR") 143 logger("{} not exist.".format(source_path), "ERROR") 147 command = "file send {} {}".format(source_pat [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | intelh263dec.c | 32 int format; in ff_intel_h263_decode_picture_header() local 56 format = get_bits(&s->gb, 3); in ff_intel_h263_decode_picture_header() 57 if (format == 0 || format == 6) { in ff_intel_h263_decode_picture_header() 58 av_log(s->avctx, AV_LOG_ERROR, "Intel H.263 free format not supported\n"); in ff_intel_h263_decode_picture_header() 74 if (format < 6) { in ff_intel_h263_decode_picture_header() 75 s->width = ff_h263_format[format][0]; in ff_intel_h263_decode_picture_header() 76 s->height = ff_h263_format[format][1]; in ff_intel_h263_decode_picture_header() 80 format = get_bits(&s->gb, 3); in ff_intel_h263_decode_picture_header() 81 if(format in ff_intel_h263_decode_picture_header() [all...] |
/third_party/alsa-utils/axfer/ |
H A D | container-au.c | 35 snd_pcm_format_t format; member 71 snd_pcm_format_t *format, in au_parser_pre_process() 104 *format = format_maps[i].format; in au_parser_pre_process() 110 state->bytes_per_sample = snd_pcm_format_physical_width(*format) / 8; in au_parser_pre_process() 150 snd_pcm_format_t *format, in au_builder_pre_process() 159 if (format_maps[i].format == *format) in au_builder_pre_process() 166 status->bytes_per_sample = snd_pcm_format_physical_width(*format) / 8; in au_builder_pre_process() 186 .format 70 au_parser_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_parser_pre_process() argument 149 au_builder_pre_process(struct container_context *cntr, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, uint64_t *byte_count) au_builder_pre_process() argument [all...] |
/third_party/backends/backend/genesys/ |
H A D | error.h | 49 SaneException(SANE_Status status, const char* format, ...) 51 __attribute__((format(printf, 3, 4))) 55 SaneException(const char* format, ...) 57 __attribute__((format(printf, 2, 3))) 67 void set_msg(const char* format, std::va_list vlist); 87 DebugMessageHelper(const char* func, const char* format, ...) 89 __attribute__((format(printf, 3, 4))) 96 void vstatus(const char* format, ...) 98 __attribute__((format(printf, 2, 3))) 105 void vlog(unsigned level, const char* format, [all...] |
H A D | image_pixel.h | 78 ColorOrder get_pixel_format_color_order(PixelFormat format); 79 unsigned get_pixel_format_depth(PixelFormat format); 80 unsigned get_pixel_channels(PixelFormat format); 81 std::size_t get_pixel_row_bytes(PixelFormat format, std::size_t width); 83 std::size_t get_pixels_from_row_bytes(PixelFormat format, std::size_t row_bytes); 88 Pixel get_pixel_from_row(const std::uint8_t* data, std::size_t x, PixelFormat format); 89 void set_pixel_to_row(std::uint8_t* data, std::size_t x, Pixel pixel, PixelFormat format); 93 RawPixel get_raw_pixel_from_row(const std::uint8_t* data, std::size_t x, PixelFormat format); 94 void set_raw_pixel_to_row(std::uint8_t* data, std::size_t x, RawPixel pixel, PixelFormat format); 100 PixelFormat format); [all...] |
/third_party/libsnd/tests/ |
H A D | headerless_test.c | 40 static void headerless_test (const char * filename, int format, int expected) ; 57 headerless_test (const char * filename, int format, int expected) in headerless_test() argument 63 format &= SF_FORMAT_SUBMASK ; in headerless_test() 73 sfinfo.format = SF_FORMAT_RAW | format ; in headerless_test() 93 if (sfinfo.format != expected) in headerless_test() 94 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, expected, sfinfo.format) ; in headerless_test() 134 sfinfo.format = filetype ; in old_test() 150 sfinfo.format in old_test() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 91 * struct perf_pmu_format - Values from a format file read from 92 * <sysfs>/devices/cpu/format/ held in struct perf_pmu. 94 * For example, the contents of <sysfs>/devices/cpu/format/event may be 101 /** @bits: Which config bits are set by this format value. */ 106 * @value : Which config value the format relates to. Supported values 119 struct perf_pmu_format *format; in perf_pmu__new_format() local 121 format = zalloc(sizeof(*format)); in perf_pmu__new_format() 122 if (!format) in perf_pmu__new_format() 125 format in perf_pmu__new_format() 137 struct perf_pmu_format *format = vformat; perf_pmu_format__set_value() local 143 __perf_pmu_format__load(struct perf_pmu_format *format, FILE *file) __perf_pmu_format__load() argument 158 perf_pmu_format__load(struct perf_pmu *pmu, struct perf_pmu_format *format) perf_pmu_format__load() argument 195 struct perf_pmu_format *format; perf_pmu__format_parse() local 1053 struct perf_pmu_format *format; perf_pmu__warn_invalid_formats() local 1114 struct perf_pmu_format *format; pmu_find_format() local 1125 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); perf_pmu__format_bits() local 1140 struct perf_pmu_format *format = pmu_find_format(&pmu->format, name); perf_pmu__format_type() local 1153 pmu_format_value(unsigned long *format, __u64 value, __u64 *v, bool zero) pmu_format_value() argument 1170 pmu_format_max_value(const unsigned long *format) pmu_format_max_value() argument 1212 struct perf_pmu_format *format; pmu_formats_string() local 1242 struct perf_pmu_format *format; pmu_config_term() local 1570 struct perf_pmu_format *format; perf_pmu__has_format() local 1931 struct perf_pmu_format *format; perf_pmu__compute_config_masks() local [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_clear_blit.c | 34 format_to_ifmt(enum pipe_format format) in format_to_ifmt() argument 36 if (format == PIPE_FORMAT_Z24_UNORM_S8_UINT || in format_to_ifmt() 37 format == PIPE_FORMAT_Z24X8_UNORM) in format_to_ifmt() 41 if (format == PIPE_FORMAT_Z16_UNORM || format == PIPE_FORMAT_Z32_FLOAT) in format_to_ifmt() 43 if (format == PIPE_FORMAT_S8_UINT) in format_to_ifmt() 45 if (format == PIPE_FORMAT_A8_UNORM) in format_to_ifmt() 49 bool is_int = util_format_is_pure_integer(format); in format_to_ifmt() 50 switch (util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, PIPE_SWIZZLE_X)) { in format_to_ifmt() 56 if (util_format_is_float(format)) in format_to_ifmt() 88 r2d_clear_value(struct tu_cs *cs, enum pipe_format format, const VkClearValue *val) r2d_clear_value() argument 243 r2d_src_buffer(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, uint32_t width, uint32_t height, enum pipe_format dst_format) r2d_src_buffer() argument 307 r2d_dst_buffer(struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, enum pipe_format src_format) r2d_dst_buffer() argument 853 r3d_clear_value(struct tu_cs *cs, enum pipe_format format, const VkClearValue *val) r3d_clear_value() argument 979 r3d_src_buffer(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, uint32_t width, uint32_t height, enum pipe_format dst_format) r3d_src_buffer() argument 1014 r3d_src_gmem(struct tu_cmd_buffer *cmd, struct tu_cs *cs, const struct tu_image_view *iview, enum pipe_format format, enum pipe_format dst_format, uint32_t gmem_offset, uint32_t cpp) r3d_src_gmem() argument 1107 r3d_dst_buffer(struct tu_cs *cs, enum pipe_format format, uint64_t va, uint32_t pitch, enum pipe_format src_format) r3d_dst_buffer() argument 1126 aspect_write_mask(enum pipe_format format, VkImageAspectFlags aspect_mask) aspect_write_mask() argument 1361 enum pipe_format format = tu_vk_format_to_pipe_format(vk_format); copy_format() local 1451 tu_image_view_copy_blit(struct fdl6_view *iview, struct tu_image *image, enum pipe_format format, const VkImageSubresourceLayers *subres, uint32_t layer, bool z_scale) tu_image_view_copy_blit() argument 1484 tu_image_view_copy(struct fdl6_view *iview, struct tu_image *image, enum pipe_format format, const VkImageSubresourceLayers *subres, uint32_t layer) tu_image_view_copy() argument 1499 enum pipe_format format = tu_image_view_blit() local 1668 copy_compressed(VkFormat format, VkOffset3D *offset, VkExtent3D *extent, uint32_t *width, uint32_t *height) copy_compressed() argument 1861 is_swapped_format(enum pipe_format format) is_swapped_format() argument 1891 enum pipe_format format = PIPE_FORMAT_NONE; tu_copy_image_to_image() local 2100 enum pipe_format format = block_size == 4 ? PIPE_FORMAT_R32_UINT : PIPE_FORMAT_R8_UNORM; copy_buffer() local 2341 enum pipe_format format; clear_image() local 2602 pack_gmem_clear_value(const VkClearValue *val, enum pipe_format format, uint32_t clear_value[4]) pack_gmem_clear_value() argument 2679 clear_gmem_attachment(struct tu_cmd_buffer *cmd, struct tu_cs *cs, enum pipe_format format, uint8_t clear_mask, uint32_t gmem_offset, const VkClearValue *value) clear_gmem_attachment() argument 2718 enum pipe_format format = tu_vk_format_to_pipe_format(att->format); tu_emit_clear_gmem_attachment() local 2848 enum pipe_format format = tu_vk_format_to_pipe_format(vk_format); clear_sysmem_attachment() local 3000 blit_can_resolve(VkFormat format) blit_can_resolve() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-v4l2.c | 178 /* Hardware limits width alignment based on format. */ in rvin_format_align() 223 v4l2_fill_pix_format(&vin->format, &fmt.format); in rvin_reset_format() 227 vin->src_rect.width = vin->format.width; in rvin_reset_format() 228 vin->src_rect.height = vin->format.height; in rvin_reset_format() 231 if (vin->format.field == V4L2_FIELD_ALTERNATE) { in rvin_reset_format() 232 vin->format.field = V4L2_FIELD_INTERLACED; in rvin_reset_format() 233 vin->format.height *= 2; in rvin_reset_format() 236 rvin_format_align(vin, &vin->format); in rvin_reset_format() 242 vin->compose.width = vin->format in rvin_reset_format() 254 struct v4l2_subdev_format format = { rvin_try_format() local [all...] |
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 159 struct v4l2_subdev_format *format) in check_format() 161 if (!format) in check_format() 164 return check_which(format->which) ? : check_pad(sd, format->pad) ? : in check_format() 165 check_cfg(format->which, cfg); in check_format() 170 struct v4l2_subdev_format *format) in call_get_fmt() 172 return check_format(sd, cfg, format) ? : in call_get_fmt() 173 sd->ops->pad->get_fmt(sd, cfg, format); in call_get_fmt() 178 struct v4l2_subdev_format *format) in call_set_fmt() 180 return check_format(sd, cfg, format) in call_set_fmt() 157 check_format(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) check_format() argument 168 call_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) call_get_fmt() argument 176 call_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_format *format) call_set_fmt() argument 481 struct v4l2_subdev_format *format = arg; subdev_do_ioctl() local 489 struct v4l2_subdev_format *format = arg; subdev_do_ioctl() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | UTS46Test.java | 57 errln(String.format("T.nameToASCII(www.example.com) info.errors=%s result matches=%b", in TestAPI() 66 errln(String.format("N.labelToASCII(label-with-dot) failed with errors %s", in TestAPI() 73 errln(String.format("T.nameToUnicode(fA\u00DF.de) info.errors=%s result matches=%b", in TestAPI() 93 errln(String.format("notSTD3.nameToUnicode(non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 106 errln(String.format("notSTD3.nameToUnicode(equiv to non-LDH ASCII) unexpected errors %s string %s", in TestNotSTD3() 513 errln(String.format("first-level processing [%d/%s] %s - %s", in TestSomeCases() 524 errln(String.format("N.nameToUnicode([%d] %s) unexpected errors %s", in TestSomeCases() 529 errln(String.format("N.nameToUnicode([%d] %s) unexpected string %s", in TestSomeCases() 534 errln(String.format("N.nameToASCII([%d] %s) unexpected errors %s", in TestSomeCases() 541 errln(String.format(" in TestSomeCases() [all...] |