Lines Matching refs:char_array
2743 const jerry_char_t char_array[] = "a string";
2744 jerry_value_t string = jerry_create_string (char_array);
2786 const jerry_char_t char_array[] = "a string";
2787 jerry_value_t string = jerry_create_string (char_array);
2829 const jerry_char_t char_array[] = "a string";
2830 jerry_value_t string = jerry_create_string (char_array);
2874 const jerry_char_t char_array[] = "a string";
2875 jerry_value_t string = jerry_create_string_from_utf8 (char_array);
4422 const jerry_char_t char_array[] = "a string";
4423 jerry_value_t string_value = jerry_create_string (char_array);
4462 const jerry_char_t char_array[] = "a string";
4463 jerry_value_t string_value = jerry_create_string_sz (char_array,
4464 sizeof (char_array) - 1);
4506 const jerry_char_t char_array[] = "a string";
4507 jerry_value_t string_value = jerry_create_string_from_utf8 (char_array);
4550 const jerry_char_t char_array[] = "a string";
4551 jerry_value_t string_value = jerry_create_string_sz_from_utf8 (char_array,
4552 sizeof (char_array) - 1);