HomeSort by relevance Sort by last modified time
    Searched defs:UVector (Results 1 - 7 of 7) sorted by null

  /external/icu4c/i18n/
cpdtrans.h 21 class U_COMMON_API UVector;
188 UVector& list,
194 CompoundTransliterator(UVector& list,
198 CompoundTransliterator(UVector& list,
208 void init(UVector& list,
  /external/icu4c/common/
uvector.h 50 * <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 {
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& other, UElementAssigner *assign, UErrorCode &ec)
    [all...]
uvector.cpp 11 #include "uvector.h"
28 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector)
30 UVector::UVector(UErrorCode &status) :
40 UVector::UVector(int32_t initialCapacity, UErrorCode &status) :
50 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) :
60 UVector::UVector(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]

Completed in 392 milliseconds