OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UVector32
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uvectr32.cpp
25
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
UVector32
)
27
UVector32
::
UVector32
(UErrorCode &status) :
36
UVector32
::
UVector32
(int32_t initialCapacity, UErrorCode &status) :
47
void
UVector32
::_init(int32_t initialCapacity, UErrorCode &status) {
66
UVector32
::~
UVector32
() {
74
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
25
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
UVector32
)
27
UVector32
::
UVector32
(UErrorCode &status) :
36
UVector32
::
UVector32
(int32_t initialCapacity, UErrorCode &status) :
47
void
UVector32
::_init(int32_t initialCapacity, UErrorCode &status) {
66
UVector32
::~
UVector32
() {
74
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/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 152 milliseconds