Searched defs:uint32_number (Results 1 – 3 of 3) sorted by relevance
488 ecma_new_non_direct_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_non_direct_string_from_uint32()506 ecma_new_ecma_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_ecma_string_from_uint32()525 ecma_get_ecma_string_from_uint32 (uint32_t uint32_number) /**< input number */ in ecma_get_ecma_string_from_uint32()956 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_copy_to_cesu8_buffer() local968 uint32_t uint32_number = string_p->u.uint32_number; in ecma_string_copy_to_cesu8_buffer() local1006 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_copy_to_utf8_buffer() local1018 uint32_t uint32_number = string_p->u.uint32_number; in ecma_string_copy_to_utf8_buffer() local1284 ecma_string_get_uint32_size (const uint32_t uint32_number) /**< number in the string-descriptor */ in ecma_string_get_uint32_size()1374 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_get_chars() local1923 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_get_ascii_size() local[all …]
575 ecma_make_uint32_value (uint32_t uint32_number) /**< uint32 number to be encoded */ in ecma_make_uint32_value()
1447 #define ECMA_CREATE_DIRECT_UINT32_STRING(uint32_number) \ argument1566 uint32_t uint32_number; /**< uint32-represented number placed locally in the descriptor */ member