HomeSort by relevance Sort by last modified time
    Searched defs:static_array (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 333 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)
  /external/harfbuzz_ng/src/
hb-private.hh 294 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
304 array = static_array;
305 allocated = ARRAY_LENGTH (static_array);
314 if (array == static_array) {
392 if (array != static_array)

Completed in 73 milliseconds