Searched defs:fStackFields (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3624 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; member in union:UnicodeString::StackBufferOrFields
3758 fUnion.fStackFields.fBuffer : fUnion.fFields.fArray;
3764 fUnion.fStackFields
[all...]

Completed in 111 milliseconds