Home
last modified time | relevance | path

Searched refs:UVector64 (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/icu/source/common/
Duvectr64.h60 class U_COMMON_API UVector64 : public UObject {
71 UVector64(UErrorCode &status);
73 UVector64(int32_t initialCapacity, UErrorCode &status);
75 virtual ~UVector64();
81 void assign(const UVector64& other, UErrorCode &ec);
88 UBool operator==(const UVector64& other);
93 inline UBool operator!=(const UVector64& other);
179 UVector64(const UVector64&);
182 UVector64& operator=(const UVector64&);
204 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()
[all …]
Duvectr64.cpp24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
26 UVector64::UVector64(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
35 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : in UVector64() function in UVector64
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
65 UVector64::~UVector64() { in ~UVector64()
73 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign()
83 UBool UVector64::operator==(const UVector64& other) { in operator ==()
95 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt()
102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
114 void UVector64::removeAllElements(void) { in removeAllElements()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Duvectr64.h60 class U_COMMON_API UVector64 : public UObject {
71 UVector64(UErrorCode &status);
73 UVector64(int32_t initialCapacity, UErrorCode &status);
75 virtual ~UVector64();
81 void assign(const UVector64& other, UErrorCode &ec);
88 UBool operator==(const UVector64& other);
93 inline UBool operator!=(const UVector64& other);
179 UVector64(const UVector64&);
182 UVector64& operator=(const UVector64&);
204 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()
[all …]
Duvectr64.cpp24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
26 UVector64::UVector64(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
35 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : in UVector64() function in UVector64
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
65 UVector64::~UVector64() { in ~UVector64()
73 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign()
83 UBool UVector64::operator==(const UVector64& other) { in operator ==()
95 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt()
102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
114 void UVector64::removeAllElements(void) { in removeAllElements()
[all …]
/third_party/node/deps/icu-small/source/common/
Duvectr64.h60 class U_COMMON_API UVector64 : public UObject {
71 UVector64(UErrorCode &status);
73 UVector64(int32_t initialCapacity, UErrorCode &status);
75 virtual ~UVector64();
81 void assign(const UVector64& other, UErrorCode &ec);
88 bool operator==(const UVector64& other);
93 inline bool operator!=(const UVector64& other);
179 UVector64(const UVector64&);
182 UVector64& operator=(const UVector64&);
204 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()
[all …]
Duvectr64.cpp24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
26 UVector64::UVector64(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
35 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : in UVector64() function in UVector64
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
65 UVector64::~UVector64() { in ~UVector64()
73 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign()
83 bool UVector64::operator==(const UVector64& other) { in operator ==()
95 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt()
102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
114 void UVector64::removeAllElements(void) { in removeAllElements()
[all …]
/third_party/icu/icu4c/source/common/
Duvectr64.h60 class U_COMMON_API UVector64 : public UObject {
71 UVector64(UErrorCode &status);
73 UVector64(int32_t initialCapacity, UErrorCode &status);
75 virtual ~UVector64();
81 void assign(const UVector64& other, UErrorCode &ec);
88 UBool operator==(const UVector64& other);
93 inline UBool operator!=(const UVector64& other);
179 UVector64(const UVector64&);
182 UVector64& operator=(const UVector64&);
204 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) { in ensureCapacity()
[all …]
Duvectr64.cpp24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector64) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
26 UVector64::UVector64(UErrorCode &status) : in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
35 UVector64::UVector64(int32_t initialCapacity, UErrorCode &status) : in UVector64() function in UVector64
46 void UVector64::_init(int32_t initialCapacity, UErrorCode &status) { in _init()
65 UVector64::~UVector64() { in ~UVector64()
73 void UVector64::assign(const UVector64& other, UErrorCode &ec) { in assign()
83 UBool UVector64::operator==(const UVector64& other) { in operator ==()
95 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt()
102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt()
114 void UVector64::removeAllElements(void) { in removeAllElements()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DUVector64.java21 public final class UVector64 { class
22 public UVector64() {} in UVector64() method in UVector64
DCollationFastLatinBuilder.java70 contractionCEs = new UVector64(); in CollationFastLatinBuilder()
71 uniqueCEs = new UVector64(); in CollationFastLatinBuilder()
688 private UVector64 contractionCEs;
689 private UVector64 uniqueCEs;
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector64.java17 public final class UVector64 { class
18 public UVector64() {} in UVector64() method in UVector64
DCollationFastLatinBuilder.java69 contractionCEs = new UVector64(); in CollationFastLatinBuilder()
70 uniqueCEs = new UVector64(); in CollationFastLatinBuilder()
687 private UVector64 contractionCEs;
688 private UVector64 uniqueCEs;
/third_party/icu/icu4c/source/i18n/
Dcollationfastlatinbuilder.h76 UVector64 contractionCEs;
77 UVector64 uniqueCEs;
/third_party/node/deps/icu-small/source/i18n/
Dcollationfastlatinbuilder.h76 UVector64 contractionCEs;
77 UVector64 uniqueCEs;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.h76 UVector64 contractionCEs;
77 UVector64 uniqueCEs;
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationfastlatinbuilder.h76 UVector64 contractionCEs;
77 UVector64 uniqueCEs;
/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.h89 UVector64 rootElements;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h73 class UVector64; variable
589 UVector64 *fCompiledPat; // The compiled pattern p-code.
1844 UVector64 *fStack;
Dtblcoll.h92 class UVector64; variable
792 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h73 class UVector64; variable
589 UVector64 *fCompiledPat; // The compiled pattern p-code.
1837 UVector64 *fStack;
Dtblcoll.h94 class UVector64; variable
798 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dregex.h73 class UVector64; variable
589 UVector64 *fCompiledPat; // The compiled pattern p-code.
1837 UVector64 *fStack;
Dtblcoll.h94 class UVector64; variable
798 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dregex.h73 class UVector64; variable
589 UVector64 *fCompiledPat; // The compiled pattern p-code.
1837 UVector64 *fStack;
Dtblcoll.h94 class UVector64; variable
798 void internalGetCEs(const UnicodeString &str, UVector64 &ces, UErrorCode &errorCode) const;

123