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

/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
262 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
265 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
304 * fUnion provides 32 bytes for the internal buffer or for
314 } fUnion; member in class:CollationKey
H A Dnumberformatter.h483 } fUnion; member in class:number::Notation
487 Notation(const NotationType &type, const NotationUnion &union_) : fType(type), fUnion(union_) {}
490 fUnion.errorCode = errorCode;
493 Notation() : fType(NTN_SIMPLE), fUnion() {}
497 status = fUnion.errorCode;
800 } fUnion; member in class:number::Rounder
808 : fType(type), fUnion(union_), fRoundingMode(roundingMode) {}
811 fUnion.errorCode = errorCode;
822 status = fUnion.errorCode;
1097 } fUnion; member in class:number::IntegerWidth
1238 } fUnion; member in class:number::impl::Padder
[all...]
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h479 } fUnion; member in class:DigitList
516 fUnion.fDouble=d;
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3762 kUsingStackBuffer=2,// using fUnion.fStackFields instead of fUnion.fFields
3772 kLengthIsLarge=0xffe0, // short length < 0, real length is in fUnion.fFields.fLength
3784 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3802 * - offsetof(UnicodeString, fUnion)
3803 * - sizeof(fUnion)
3807 * fUnion.fStackFields begins with 2 bytes for storage flags
3812 * Heap-allocated and aliased strings use fUnion.fFields.
3815 * because the flags must be inspected in order to decide which half of fUnion is being used.
3842 } fUnion; member in class:UnicodeString
[all...]

Completed in 132 milliseconds