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

/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp52 : UObject(), fFlagAndLength(0),
59 : UObject(), fFlagAndLength(count),
74 : UObject(other), fFlagAndLength(other.getLength()),
83 int32_t length = fFlagAndLength;
96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
108 fFlagAndLength |= 0x80000000;
114 fFlagAndLength = (fFlagAndLength & 0x80000000) | newLength;
122 fFlagAndLength
[all...]
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp52 : UObject(), fFlagAndLength(0),
59 : UObject(), fFlagAndLength(count),
74 : UObject(other), fFlagAndLength(other.getLength()),
83 int32_t length = fFlagAndLength;
96 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
105 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); }
108 fFlagAndLength |= 0x80000000;
114 fFlagAndLength = (fFlagAndLength & 0x80000000) | newLength;
122 fFlagAndLength
[all...]
/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;
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 */
/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;
265 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; }
295 int32_t fFlagAndLength; member in class:CollationKey
306 /** fStackBuffer is used iff fFlagAndLength>=0, else fFields is used */

Completed in 428 milliseconds