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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcpdtrans.h21 class U_COMMON_API UVector; variable in typeref:class:U_COMMON_API
188 UVector& list,
194 CompoundTransliterator(UVector& list,
198 CompoundTransliterator(UVector& list,
208 void init(UVector& list,
/external/icu/icu4c/source/i18n/
H A Dcpdtrans.h21 class U_COMMON_API UVector; variable in typeref:class:U_COMMON_API
188 UVector& list,
194 CompoundTransliterator(UVector& list,
198 CompoundTransliterator(UVector& list,
208 void init(UVector& list,
/external/chromium_org/third_party/icu/source/common/
H A Duvector.h50 * <p>Since we don't have garbage collection, UVector was given the
61 * UVector needs a way to compare objects for equality. To do so, it
73 class U_COMMON_API UVector : public UObject { class in inherits:UObject
74 // NOTE: UVector uses the UHashKey (union of void* and int32_t) as
93 UVector(UErrorCode &status);
95 UVector(int32_t initialCapacity, UErrorCode &status);
97 UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
99 UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
101 virtual ~UVector();
107 void assign(const UVector
[all...]
H A Duvector.cpp28 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector)
30 UVector::UVector(UErrorCode &status) : function in class:UVector
40 UVector::UVector(int32_t initialCapacity, UErrorCode &status) : function in class:UVector
50 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : function in class:UVector
60 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) : function in class:UVector
70 void UVector
[all...]
/external/icu/icu4c/source/common/
H A Duvector.h50 * <p>Since we don't have garbage collection, UVector was given the
61 * UVector needs a way to compare objects for equality. To do so, it
73 class U_COMMON_API UVector : public UObject { class in inherits:UObject
74 // NOTE: UVector uses the UHashKey (union of void* and int32_t) as
93 UVector(UErrorCode &status);
95 UVector(int32_t initialCapacity, UErrorCode &status);
97 UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status);
99 UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status);
101 virtual ~UVector();
107 void assign(const UVector
[all...]
H A Duvector.cpp28 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector)
30 UVector::UVector(UErrorCode &status) : function in class:UVector
40 UVector::UVector(int32_t initialCapacity, UErrorCode &status) : function in class:UVector
50 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) : function in class:UVector
60 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) : function in class:UVector
70 void UVector
[all...]

Completed in 199 milliseconds