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 282 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
292 array = static_array;
293 allocated = ARRAY_LENGTH (static_array);
302 if (array == static_array) {
372 if (array != static_array)
  /external/harfbuzz_ng/src/
hb-private.hh 282 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
292 array = static_array;
293 allocated = ARRAY_LENGTH (static_array);
302 if (array == static_array) {
372 if (array != static_array)

Completed in 51 milliseconds