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

  /external/harfbuzz_ng/src/
hb-blob.hh 94 unsigned int get_length () const { return b.get ()->length; } function in struct:hb_blob_ptr_t
hb-aat-layout-just-table.hh 181 unsigned int get_length () const { return u.header.actionLength; } function in struct:AAT::ActionSubrecord
229 offset += subrecord.get_length ();
hb-open-type.hh 914 if (unlikely (i >= get_length ())) return Null (Type);
920 if (unlikely (i >= get_length ())) return Crap (Type);
923 unsigned int get_length () const function in struct:OT::VarSizedBinSearchArrayOf
948 unsigned int count = get_length ();
959 unsigned int count = get_length ();
970 int min = 0, max = (int) get_length () - 1;
  /external/curl/tests/python_dependencies/impacket/
nmb.py 673 def get_length(self): member in class:NetBIOSSessionPacket
    [all...]

Completed in 593 milliseconds