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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h256 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
259 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
262 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
301 * fUnion provides 32 bytes for the internal buffer or for
311 } fUnion; member in class:CollationKey
/external/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h257 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
260 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes;
263 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity;
302 * fUnion provides 32 bytes for the internal buffer or for
312 } fUnion; member in class:CollationKey
/external/chromium_org/third_party/icu/source/i18n/
H A Ddigitlst.h403 } fUnion; member in class:DigitList
434 fUnion.fDouble=d;
438 fUnion.fInt64=d;
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h48 return fUnion.fU32 == rhs.fUnion.fU32;
51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
67 } fUnion; member in class:SkFontStyle
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h403 } fUnion; member in class:DigitList
439 fUnion.fDouble=d;
443 fUnion.fInt64=d;
/external/skia/include/ports/
H A DSkFontStyle.h48 return fUnion.fU32 == rhs.fUnion.fU32;
51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
67 } fUnion; member in class:SkFontStyle
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3516 * - offsetof(UnicodeString, fUnion)
3517 * - sizeof(fUnion)
3526 * so that fRestOfStackBuffer (which holds a few more UChars) immediately follows after fUnion,
3544 } fUnion; member in class:UnicodeString
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3481 kUsingStackBuffer=2,// using fUnion.fStackBuffer instead of fUnion.fFields
3498 friend union StackBufferOrFields; // make US_STACKBUF_SIZE visible inside fUnion
3516 * - offsetof(UnicodeString, fUnion)
3517 * - sizeof(fUnion)
3526 * so that fRestOfStackBuffer (which holds a few more UChars) immediately follows after fUnion,
3544 } fUnion; member in class:UnicodeString
3546 int8_t fShortLength; // 0..127: length <0: real length is in fUnion.fFields.fLength
3600 { return (fFlags&kUsingStackBuffer) ? fUnion.fStackBuffer : fUnion
[all...]

Completed in 244 milliseconds