Searched defs:static_array (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-private.hh333 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
343 array = static_array;
344 allocated = ARRAY_LENGTH (static_array);
353 if (array == static_array) {
431 if (array != static_array)

Completed in 85 milliseconds