Home | History | Annotate | Download | only in unicode

Lines Matching full:farray

3387   // sets fArray, fCapacity, and fFlags
3482 kRefCounted=4, // there is a refCount field before the characters in fArray
3540 UChar *fArray; // the Unicode data
3541 int32_t fCapacity; // capacity of fArray (in UChars)
3542 int32_t fLength; // number of characters in fArray if >127; else undefined
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3604 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion.fFields.fArray; }
3654 return fUnion.fFields.fArray;
4278 fUnion.fFields.fArray = array;