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

  /external/icu4c/i18n/unicode/
sortkey.h 256 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;
  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 48 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;
  /external/icu4c/i18n/
digitlst.h 403 } fUnion;
434 fUnion.fDouble=d;
438 fUnion.fInt64=d;
  /external/skia/include/ports/
SkFontStyle.h 48 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;
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 816 milliseconds