Home
last modified time | relevance | path

Searched defs:string_length (Results 1 - 14 of 14) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_strings.hpp48 size_t string_length = in get_string() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.cc174 const uint64_t string_length = static_cast<uint64_t>(string->length()); in AdvanceStringIndex() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc422 const int string_length = string->length(); in RUNTIME_FUNCTION() local
/third_party/rust/crates/cxx/src/
H A Dcxx_string.rs24 fn string_length(this: &CxxString) -> usize; in string_length() functions
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c1332 jerry_debugger_send_string(uint8_t message_type, uint8_t sub_type, const uint8_t *string_p, size_t string_length) jerry_debugger_send_string() argument
/third_party/node/deps/v8/src/objects/
H A Dstring-inl.h999 SeqOneByteStringSetChars(int index, const uint8_t* string, int string_length) SeqOneByteStringSetChars() argument
H A Dintl-objects.cc1174 CharIsAsciiOrOutOfBounds(const String::FlatContent& string, int string_length, int index) CharIsAsciiOrOutOfBounds() argument
1180 CharCanFastCompareOrOutOfBounds(const String::FlatContent& string, int string_length, int index) CharCanFastCompareOrOutOfBounds() argument
H A Dobjects.cc4715 const int string_length = string.length(); in WriteFixedArrayToFlat() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c3457 lexer_compare_literal_to_string(parser_context_t *context_p, const char *string_p, size_t string_length) lexer_compare_literal_to_string() argument
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c2132 const lit_utf8_size_t string_length = ecma_string_get_length (string_p); in ecma_regexp_split_helper() local
2512 lit_utf8_size_t string_length; in ecma_regexp_replace_helper_fast() local
2740 const lit_utf8_size_t string_length = ecma_string_get_length (string_p); ecma_regexp_replace_helper() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-string.c1109 ecma_length_t string_length = ecma_string_get_length (string_desc_p); in ecma_substring_copy_to_cesu8_buffer() local
2430 const ecma_length_t string_length = ecma_string_get_length (string_p); in ecma_string_substr() local
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1466 uint32_t string_length; in virgl_encode_host_debug_flagstring() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-regexp-gen.cc1445 TNode<UintPtrT> string_length = Unsigned(LoadStringLengthAsWord(string)); in AdvanceStringIndex() local
1542 const TNode<Smi> string_length = LoadStringLengthAsSmi(string); in RegExpPrototypeSplitBody() local
411 GetStringPointers( TNode<RawPtrT> string_data, TNode<IntPtrT> offset, TNode<IntPtrT> last_index, TNode<IntPtrT> string_length, String::Encoding encoding, TVariable<RawPtrT>* var_string_start, TVariable<RawPtrT>* var_string_end) GetStringPointers() argument
H A Dbuiltins-string-gen.cc1640 const TNode<IntPtrT> string_length = LoadStringLengthAsWord(string); in SubString() local

Completed in 38 milliseconds