Searched defs:uint32_number (Results 1 – 3 of 3) sorted by relevance
528 ecma_new_non_direct_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_non_direct_string_from_uint32()546 ecma_new_ecma_string_from_uint32 (uint32_t uint32_number) /**< uint32 value of the string */ in ecma_new_ecma_string_from_uint32()565 ecma_get_ecma_string_from_uint32 (uint32_t uint32_number) /**< input number */ in ecma_get_ecma_string_from_uint32()996 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_copy_to_cesu8_buffer() local1008 uint32_t uint32_number = string_p->u.uint32_number; in ecma_string_copy_to_cesu8_buffer() local1046 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_copy_to_utf8_buffer() local1058 uint32_t uint32_number = string_p->u.uint32_number; in ecma_string_copy_to_utf8_buffer() local1324 ecma_string_get_uint32_size (const uint32_t uint32_number) /**< number in the string-descriptor */ in ecma_string_get_uint32_size()1414 uint32_t uint32_number = (uint32_t) ECMA_GET_DIRECT_STRING_VALUE (string_p); in ecma_string_get_chars() local2050 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