Lines Matching defs:array
25 #define NUM_OF_ELEMENTS(array) (sizeof (array) / sizeof ((array)[0]))
29 * character in the given char array.
31 * @return true - if the character is in the given array
36 const ecma_char_t *array, /**< array */
37 int size_of_array) /**< length of the array */
45 ecma_char_t current = array[middle];
70 * @return true - if the the character is included (inclusively) in one of the intervals in the given array
75 const ecma_char_t *array_sp, /**< array of interval starting points */
76 const uint8_t *lengths, /**< array of interval lengths */
77 int size_of_array) /**< length of the array */
632 const ecma_char_t *array, /**< array */
652 ecma_char_t current = array[middle];
662 output_buffer_p[2] = array[middle + 3];
668 output_buffer_p[1] = array[middle + 2];
674 output_buffer_p[0] = array[middle + 1];