Home
last modified time | relevance | path

Searched defs:string_size (Results 1 – 24 of 24) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c61 jmem_stats_allocate_string_bytes (size_t string_size) in jmem_stats_allocate_string_bytes()
77 jmem_stats_free_string_bytes (size_t string_size) in jmem_stats_free_string_bytes()
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.c171 lit_utf8_size_t string_size = JERRY_CONTEXT (lit_magic_string_ex_sizes)[id]; in lit_magic_strings_ex_set() local
204 lit_utf8_size_t string_size) /**< string size in bytes */ in lit_is_utf8_string_magic()
297 lit_utf8_size_t string_size) /**< string size in bytes */ in lit_is_ex_utf8_string_magic()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c65 lit_utf8_size_t string_size, /**< string size */ in ecma_string_to_array_index()
298 lit_utf8_size_t string_size) /**< string size */ in ecma_find_special_string()
340 lit_utf8_size_t string_size) /**< string size */ in ecma_new_ecma_string_from_utf8()
371lit_utf8_size_t string_size) /**< utf-8 string size */ in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
2451 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_create_from() local
2573 const lit_utf8_size_t string_size = ecma_string_get_size (string_p); in ecma_stringbuilder_append() local
2589 const lit_utf8_size_t string_size = lit_get_magic_string_size (id); in ecma_stringbuilder_append_magic() local
2646 const lit_utf8_size_t string_size = ECMA_STRINGBUILDER_STRING_SIZE (header_p); in ecma_stringbuilder_finalize() local
/third_party/libxkbcommon/src/compose/
Dpaths.c59 size_t string_size; in resolve_name() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.h75 lit_utf8_size_t string_size; /**< source string size */ member
Decma-builtin-json.c696 lit_utf8_size_t string_size) /**< size of the string */ in ecma_builtin_json_parse_buffer()
Decma-builtin-string-prototype.c851 lit_utf8_size_t string_size; in ecma_builtin_string_prototype_object_split() local
/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc307 LONG string_size = ::ImmGetCompositionString(imc, type, NULL, 0); in GetString() local
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontCollection.cpp466 size_t string_size, in itemize()
/third_party/python/Modules/_io/
Dstringio.c25 Py_ssize_t string_size; member
Dbytesio.c16 Py_ssize_t string_size; member
/third_party/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/flutter/skia/third_party/externals/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/skia/third_party/externals/freetype/src/type42/
Dt42parse.c543 FT_ULong n, string_size, old_string_size, real_size; in t42_parse_sfnts() local
/third_party/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/
Dpcfread.c489 FT_ULong string_size; in pcf_get_properties() local
/third_party/freetype/src/pcf/
Dpcfread.c488 FT_ULong string_size; in pcf_get_properties() local
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_hii.c880 efi_uintn_t *string_size, in get_string()
/third_party/uboot/u-boot-2020.01/tools/
Dimage-host.c112 int string_size; in fit_image_write_sig() local
/third_party/glib/glib/
Dgstdio.c534 gsize string_size; in _g_win32_readlink_utf16_handle() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1488 lit_utf8_size_t string_size) /**< string size */ in jerry_append_chars_to_buffer()
Djerry.c4407 jerry_size_t string_size) /**< json string size */ in jerry_json_parse()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c182 guint16 string_size = 0; in FLV_GET_STRING() local
/third_party/ffmpeg/libavformat/
Ddashenc.c496 static void get_hls_playlist_name(char *playlist_name, int string_size, in get_hls_playlist_name()