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

/external/icu4c/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;
264 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; }
294 int32_t fFlagAndLength; member in class:CollationKey
305 /** fStackBuffer is used iff fFlagAndLength>=0, else fFields is used */

Completed in 117 milliseconds