Searched refs:fFlagAndLength (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | sortkey.cpp | 54 : UObject(), fFlagAndLength(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 61 : UObject(), fFlagAndLength(count), in CollationKey() 76 : UObject(other), fFlagAndLength(other.getLength()), in CollationKey() 85 int32_t length = fFlagAndLength; in CollationKey() 98 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in ~CollationKey() 107 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in reallocate() 110 fFlagAndLength |= 0x80000000; in reallocate() 116 fFlagAndLength = (fFlagAndLength & 0x80000000) | newLength; in setLength() 124 fFlagAndLength &= 0x80000000; in reset() 134 fFlagAndLength &= 0x80000000; in setToBogus() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | sortkey.cpp | 54 : UObject(), fFlagAndLength(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 61 : UObject(), fFlagAndLength(count), in CollationKey() 76 : UObject(other), fFlagAndLength(other.getLength()), in CollationKey() 85 int32_t length = fFlagAndLength; in CollationKey() 98 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in ~CollationKey() 107 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in reallocate() 110 fFlagAndLength |= 0x80000000; in reallocate() 116 fFlagAndLength = (fFlagAndLength & 0x80000000) | newLength; in setLength() 124 fFlagAndLength &= 0x80000000; in reset() 134 fFlagAndLength &= 0x80000000; in setToBogus() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | sortkey.cpp | 54 : UObject(), fFlagAndLength(0), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 61 : UObject(), fFlagAndLength(count), in CollationKey() 76 : UObject(other), fFlagAndLength(other.getLength()), in CollationKey() 85 int32_t length = fFlagAndLength; in CollationKey() 98 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in ~CollationKey() 107 if(fFlagAndLength < 0) { uprv_free(fUnion.fFields.fBytes); } in reallocate() 110 fFlagAndLength |= 0x80000000; in reallocate() 116 fFlagAndLength = (fFlagAndLength & 0x80000000) | newLength; in setLength() 124 fFlagAndLength &= 0x80000000; in reset() 134 fFlagAndLength &= 0x80000000; in setToBogus() [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | sortkey.h | 261 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 264 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 267 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity; in getCapacity() 269 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } in getLength() 299 int32_t fFlagAndLength; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | sortkey.h | 261 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 264 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 267 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity; in getCapacity() 269 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } in getLength() 299 int32_t fFlagAndLength; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | sortkey.h | 261 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 264 return (fFlagAndLength >= 0) ? fUnion.fStackBuffer : fUnion.fFields.fBytes; in getBytes() 267 return (fFlagAndLength >= 0) ? (int32_t)sizeof(fUnion) : fUnion.fFields.fCapacity; in getCapacity() 269 int32_t getLength() const { return fFlagAndLength & 0x7fffffff; } in getLength() 299 int32_t fFlagAndLength; variable
|