HomeSort by relevance Sort by last modified time
    Searched defs:fUnion (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
sortkey.h 259 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;
  /external/icu/icu4c/source/i18n/
digitlst.h 479 } fUnion;
516 fUnion.fDouble=d;
  /external/skia/include/core/
SkFontStyle.h 53 return fUnion.fU32 == rhs.fUnion.fU32;
56 int weight() const { return fUnion.fR.fWeight; }
57 int width() const { return fUnion.fR.fWidth; }
58 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
68 } fUnion;
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 129 milliseconds