Home | History | Annotate | Download | only in unicode

Lines Matching defs:fShortLength

3282   inline void setLength(int32_t len);        // sets only fShortLength and fLength
3412 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3488 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4173 return fShortLength == 0;
4182 fShortLength = (int8_t)len;
4184 fShortLength = (int8_t)-1;
4191 fShortLength = 0;
4392 fShortLength = 0;