Home | History | Annotate | Download | only in unicode

Lines Matching refs:fStackFields

3624     kUsingStackBuffer=2,// using fUnion.fStackFields instead of fUnion.fFields
3666 * - sizeof(fStackFields)
3669 * fUnion.fStackFields begins with 2 bytes for storage flags
3672 * There is no padding inside fStackFields.
3675 * Both fStackFields and fFields must begin with the same fields for flags and short length,
3681 * As long as it is no larger than fStackFields, it is not wasted space.)
3690 // fStackFields is used iff (fLengthAndFlags&kUsingStackBuffer) else fFields is used.
3695 } fStackFields;
3758 fUnion.fStackFields
3764 fUnion.fStackFields.fBuffer : fUnion.fFields.fArray;
3773 fUnion.fStackFields.fLengthAndFlags=kShortString;
3827 return fUnion.fStackFields.fBuffer;