Home | History | Annotate | Download | only in unicode

Lines Matching defs:fShortLength

3381   inline void setLength(int32_t len);        // sets only fShortLength and fLength
3531 * fRestOfStackBuffer, fShortLength and fFlags,
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3612 : fShortLength(0),
3621 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4253 return fShortLength == 0;
4262 fShortLength = (int8_t)len;
4264 fShortLength = (int8_t)-1;
4271 fShortLength = 0;
4417 fShortLength = 0;