Home | History | Annotate | Download | only in unicode

Lines Matching refs:fShortLength

3281   inline void setLength(int32_t len);        // sets only fShortLength and fLength
3411 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3487 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4171 return fShortLength == 0;
4180 fShortLength = (int8_t)len;
4182 fShortLength = (int8_t)-1;
4189 fShortLength = 0;
4389 fShortLength = 0;