Home | History | Annotate | Download | only in unicode

Lines Matching defs:fLength

3381   inline void setLength(int32_t len);        // sets only fShortLength and fLength
3542 int32_t fLength; // number of characters in fArray if >127; else undefined
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3611 { return fShortLength>=0 ? fShortLength : fUnion.fFields.fLength; }
4255 fUnion.fFields.fLength = len;