Home
last modified time | relevance | path

Searched defs:SubByteStr (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-cff-interp-common.hh344 struct SubByteStr struct
346 SubByteStr () in SubByteStr() function
349 void init () in init()
356 void fini () {} in fini()
358 SubByteStr (const ByteStr &str_, unsigned int offset_ = 0) in SubByteStr() function
361 void reset (const ByteStr &str_, unsigned int offset_ = 0) in reset()
368 const HBUINT8& operator [] (int i) { in operator []()
378 operator ByteStr () const { return ByteStr (str, offset, str.len - offset); } in operator ByteStr()
380 bool avail (unsigned int count=1) const in avail()
384 void inc (unsigned int count=1) in inc()
[all …]