Home | History | Annotate | Download | only in unicode

Lines Matching defs:fArray

3289   // sets fArray, fCapacity, and fFlags
3383 kRefCounted=4, // there is a refCount field before the characters in fArray
3441 UChar *fArray; // the Unicode data
3442 int32_t fCapacity; // capacity of fArray (in UChars)
3443 int32_t fLength; // number of characters in fArray if >127; else undefined
3501 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3505 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3545 return fUnion.fFields.fArray;
4220 fUnion.fFields.fArray = array;