Home
last modified time | relevance | path

Searched defs:char_count (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
H A Dspvtools_as_fuzzer.cpp44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
H A Dspvtools_as_fuzzer.cpp44 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
/third_party/spirv-tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp45 size_t char_count = input.size() * sizeof(uint32_t) / sizeof(char); in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-name.c43 unsigned int char_count = 100; in test_ot_layout_feature_get_name_ids_and_characters() local
/third_party/rust/crates/regex/regex-debug/src/
H A Dmain.rs236 let mut char_count = 0; in cmd_utf8_ranges() variables
269 let mut char_count = 0; in cmd_utf8_ranges_rev() variables
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c946 uint32_t char_count = 0; in re_parse_char_class() local
H A Dre-bytecode.c563 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bytecode_p) : 0; in re_dump_bytecode() local
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp790 size_t char_count = strlen(argv[argidx - 1]); in edit_astcenc_config() local
/third_party/pulseaudio/src/pulsecore/
H A Djson.c719 int char_count = strlen(p); in pa_json_escape() local
H A Dcore-util.c3377 int char_count = strlen(p); in pa_escape() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc1773 hb_ot_layout_feature_get_characters(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *char_count, hb_codepoint_t *characters ) hb_ot_layout_feature_get_characters() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c692 lit_utf8_size_t utf8_length = 1, decoded_length = 1, char_count = 1; in lexer_parse_identifier() local
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1390 uint32_t char_count = (flags & RE_CLASS_HAS_CHARS) ? re_get_value (&bc_p) : 0; in ecma_regexp_run() local
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1654 int char_count = 0; in ImTextCountCharsFromUtf8() local
8819 const int char_count = (int)(line_end - line_start); in LogRenderedText() local

Completed in 59 milliseconds