Home
last modified time | relevance | path

Searched refs:char_count (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c43 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/harfbuzz/test/api/
Dtest-ot-name.c43 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/
Dtest-ot-name.c43 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/spirv-tools/test/fuzzers/
Dspvtools_as_fuzzer.cpp35 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
36 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
Dspvtools_dis_fuzzer.cpp41 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
42 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
Dspvtools_as_fuzzer.cpp44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
45 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
46 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
Dspvtools_as_fuzzer.cpp44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
45 input_str.resize(char_count); in LLVMFuzzerTestOneInput()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c946 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()
Dre-bytecode.c563 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/boost/libs/iostreams/test/detail/
Dutf8_codecvt_facet.cpp197 std::size_t char_count = 0; in do_length() local
200 while (from_next+last_octet_count <= from_end && char_count <= max_limit) { in do_length()
203 ++char_count; in do_length()
/third_party/boost/boost/detail/
Dutf8_codecvt_facet.ipp197 // 2) char_count holds the number of characters shown to fit
202 std::size_t char_count = 0;
205 while (from_next+last_octet_count <= from_end && char_count <= max_limit) {
208 ++char_count;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1737 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()
Dhb-ot-layout.h402 unsigned int *char_count /* IN/OUT. May be NULL */,
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.h470 unsigned int *char_count /* IN/OUT. May be NULL */,
Dhb-ot-layout.cc1777 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()
Dhb-ot-layout-common.hh1001 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/
Dhb-ot-layout.h470 unsigned int *char_count /* IN/OUT. May be NULL */,
Dhb-ot-layout.cc1750 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()
Dhb-ot-layout-common.hh965 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/
Dcore-util.c3143 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/
Decma-regexp-object.c1390 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/quickjs/
Dlibregexp.c2139 uint32_t char_count, i; in lre_exec_backtrack() local
2148 char_count = get_u32(pc + 12); in lre_exec_backtrack()
2149 for(i = 0; i < char_count; i++) { in lre_exec_backtrack()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c692 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()

12