Home | History | Annotate | Download | only in unicode

Lines Matching defs:fArray

3389   // sets fArray, fCapacity, and fFlags
3484 kRefCounted=4, // there is a refCount field before the characters in fArray
3542 UChar *fArray; // the Unicode data
3543 int32_t fCapacity; // capacity of fArray (in UChars)
3544 int32_t fLength; // number of characters in fArray if >127; else undefined
3602 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3606 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3656 return fUnion.fFields.fArray;
4280 fUnion.fFields.fArray = array;