/third_party/harfbuzz/test/api/ |
D | test-ot-name.c | 43 unsigned int char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() local 65 0, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 68 g_assert_cmpint (char_count, ==, 2); in test_ot_layout_feature_get_name_ids_and_characters() 72 char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() 75 1, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 77 g_assert_cmpint (char_count, ==, 1); in test_ot_layout_feature_get_name_ids_and_characters()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 43 unsigned int char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() local 65 0, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 68 g_assert_cmpint (char_count, ==, 2); in test_ot_layout_feature_get_name_ids_and_characters() 72 char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() 75 1, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 77 g_assert_cmpint (char_count, ==, 1); in test_ot_layout_feature_get_name_ids_and_characters()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 43 unsigned int char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() local 65 0, &char_count, characters); in test_ot_layout_feature_get_name_ids_and_characters() 68 g_assert_cmpint (char_count, ==, 2); in test_ot_layout_feature_get_name_ids_and_characters()
|
/third_party/rust/crates/regex/regex-debug/src/ |
D | main.rs | 236 let mut char_count = 0; in cmd_utf8_ranges() localVariable 241 char_count += (range.end() as u32) - (range.start() as u32) + 1; in cmd_utf8_ranges() 249 println!("codepoint count: {}", char_count); in cmd_utf8_ranges() 269 let mut char_count = 0; in cmd_utf8_ranges_rev() localVariable 272 char_count += (range.end() as u32) - (range.start() as u32) + 1; in cmd_utf8_ranges_rev() 286 println!("codepoint count: {}", char_count); in cmd_utf8_ranges_rev()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-parser.c | 946 uint32_t char_count = 0; in re_parse_char_class() local 972 char_count++; in re_parse_char_class() 976 char_count++; in re_parse_char_class() 1072 char_count++; in re_parse_char_class() 1077 char_count++; in re_parse_char_class() 1081 char_count++; in re_parse_char_class() 1097 char_count++; in re_parse_char_class() 1117 if (char_count > 0) in re_parse_char_class() 1119 re_insert_value (re_ctx_p, class_offset, char_count); in re_parse_char_class()
|
D | re-bytecode.c | 563 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bytecode_p) : 0; in re_dump_bytecode() local 579 while (char_count--) in re_dump_bytecode()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
D | spvtools_dis_fuzzer.cpp | 45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
D | spvtools_as_fuzzer.cpp | 44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local 45 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/spirv-tools/test/fuzzers/ |
D | spvtools_dis_fuzzer.cpp | 45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | spvtools_dis_fuzzer.cpp | 45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local 46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
D | spvtools_as_fuzzer.cpp | 44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local 45 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.cc | 1737 unsigned int *char_count, /* IN/OUT. May be NULL */ in hb_ot_layout_feature_get_characters() argument 1751 if (char_count && characters && start_offset < cv_params.characters.len) in hb_ot_layout_feature_get_characters() 1753 len = hb_min (cv_params.characters.len - start_offset, *char_count); in hb_ot_layout_feature_get_characters() 1757 if (char_count) *char_count = len; in hb_ot_layout_feature_get_characters()
|
D | hb-ot-layout.h | 402 unsigned int *char_count /* IN/OUT. May be NULL */,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 470 unsigned int *char_count /* IN/OUT. May be NULL */,
|
D | hb-ot-layout.cc | 1777 unsigned int *char_count, /* IN/OUT. May be NULL */ in hb_ot_layout_feature_get_characters() argument 1784 .get_characters (start_offset, char_count, characters); in hb_ot_layout_feature_get_characters()
|
D | hb-ot-layout-common.hh | 1001 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters() 1003 if (char_count) in get_characters() 1005 + characters.sub_array (start_offset, char_count) in get_characters() 1006 | hb_sink (hb_array (chars, *char_count)) in get_characters()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout.h | 470 unsigned int *char_count /* IN/OUT. May be NULL */,
|
D | hb-ot-layout.cc | 1750 unsigned int *char_count, /* IN/OUT. May be NULL */ in hb_ot_layout_feature_get_characters() argument 1757 .get_characters (start_offset, char_count, characters); in hb_ot_layout_feature_get_characters()
|
D | hb-ot-layout-common.hh | 965 get_characters (unsigned start_offset, unsigned *char_count, hb_codepoint_t *chars) const in get_characters() 967 if (char_count) in get_characters() 969 + characters.sub_array (start_offset, char_count) in get_characters() 970 | hb_sink (hb_array (chars, *char_count)) in get_characters()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 3143 int char_count = strlen(p); in pa_escape() local 3147 char_count = 2 * char_count + 1; in pa_escape() 3150 out_string = pa_xmalloc(char_count); in pa_escape()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 1390 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bc_p) : 0; in ecma_regexp_run() local 1406 while (char_count > 0) in ecma_regexp_run() 1408 char_count--; in ecma_regexp_run() 1448 const uint32_t chars_size = char_count * re_ctx_p->char_size; in ecma_regexp_run()
|
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 692 lit_utf8_size_t utf8_length = 1, decoded_length = 1, char_count = 1; in lexer_parse_identifier() local 717 char_count = 2; in lexer_parse_identifier() 766 PARSER_PLUS_EQUAL_LC (column, char_count); in lexer_parse_identifier()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 1616 int char_count = 0; in ImTextCountCharsFromUtf8() local 1624 char_count++; in ImTextCountCharsFromUtf8() 1626 return char_count; in ImTextCountCharsFromUtf8() 8665 const int char_count = (int)(line_end - line_start); in LogRenderedText() local 8667 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start); in LogRenderedText() 8669 LogText(" %.*s", char_count, line_start); in LogRenderedText()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 1654 int char_count = 0; in ImTextCountCharsFromUtf8() local 1662 char_count++; in ImTextCountCharsFromUtf8() 1664 return char_count; in ImTextCountCharsFromUtf8() 8819 const int char_count = (int)(line_end - line_start); in LogRenderedText() local 8821 LogText(IM_NEWLINE "%*s%.*s", tree_depth*4, "", char_count, line_start); in LogRenderedText() 8823 LogText(" %.*s", char_count, line_start); in LogRenderedText()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 1724 int char_count = 0; in ImTextCountCharsFromUtf8() local 1731 char_count++; in ImTextCountCharsFromUtf8() 1733 return char_count; in ImTextCountCharsFromUtf8()
|