Home | History | Annotate | Download | only in unicode

Lines Matching refs:fShortLength

3283   inline void setLength(int32_t len);        // sets only fShortLength and fLength
3432 * fRestOfStackBuffer, fShortLength and fFlags,
3447 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3512 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4196 return fShortLength == 0;
4205 fShortLength = (int8_t)len;
4207 fShortLength = (int8_t)-1;
4214 fShortLength = 0;
4414 fShortLength = 0;