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

  /external/chromium/third_party/icu/source/common/
uvectr32.cpp 24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)
26 UVector32::UVector32(UErrorCode &status) :
35 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) :
46 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) {
62 UVector32::~UVector32() {
70 void UVector32::assign(const UVector32& other, UErrorCode &ec)
    [all...]
uvectr32.h 9 // UVector32 is a class implementing a vector of 32 bit integers.
59 class U_COMMON_API UVector32 : public UObject {
70 UVector32(UErrorCode &status);
72 UVector32(int32_t initialCapacity, UErrorCode &status);
74 virtual ~UVector32();
80 void assign(const UVector32& other, UErrorCode &ec);
87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
114 UBool containsAll(const UVector32& other) const
    [all...]
  /external/icu4c/common/
uvectr32.cpp 24 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UVector32)
26 UVector32::UVector32(UErrorCode &status) :
35 UVector32::UVector32(int32_t initialCapacity, UErrorCode &status) :
46 void UVector32::_init(int32_t initialCapacity, UErrorCode &status) {
62 UVector32::~UVector32() {
70 void UVector32::assign(const UVector32& other, UErrorCode &ec)
    [all...]
uvectr32.h 9 // UVector32 is a class implementing a vector of 32 bit integers.
59 class U_COMMON_API UVector32 : public UObject {
70 UVector32(UErrorCode &status);
72 UVector32(int32_t initialCapacity, UErrorCode &status);
74 virtual ~UVector32();
80 void assign(const UVector32& other, UErrorCode &ec);
87 UBool operator==(const UVector32& other);
92 inline UBool operator!=(const UVector32& other);
106 UBool equals(const UVector32 &other) const;
114 UBool containsAll(const UVector32& other) const
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 653 milliseconds