OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UVector64
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uvectr64.cpp
22
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
UVector64
)
24
UVector64
::
UVector64
(UErrorCode &status) :
33
UVector64
::
UVector64
(int32_t initialCapacity, UErrorCode &status) :
44
void
UVector64
::_init(int32_t initialCapacity, UErrorCode &status) {
63
UVector64
::~
UVector64
() {
71
void
UVector64
::assign(const
UVector64
& other, UErrorCode &ec)
[
all
...]
uvectr64.h
9
//
UVector64
is a class implementing a vector of 64 bit integers.
58
class U_COMMON_API
UVector64
: public UObject {
69
UVector64
(UErrorCode &status);
71
UVector64
(int32_t initialCapacity, UErrorCode &status);
73
virtual ~
UVector64
();
79
void assign(const
UVector64
& other, UErrorCode &ec);
86
UBool operator==(const
UVector64
& other);
91
inline UBool operator!=(const
UVector64
& other);
105
//UBool equals(const
UVector64
&other) const;
113
//UBool containsAll(const
UVector64
& other) const
[
all
...]
/external/icu4c/common/
uvectr64.cpp
22
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
UVector64
)
24
UVector64
::
UVector64
(UErrorCode &status) :
33
UVector64
::
UVector64
(int32_t initialCapacity, UErrorCode &status) :
44
void
UVector64
::_init(int32_t initialCapacity, UErrorCode &status) {
63
UVector64
::~
UVector64
() {
71
void
UVector64
::assign(const
UVector64
& other, UErrorCode &ec)
[
all
...]
uvectr64.h
9
//
UVector64
is a class implementing a vector of 64 bit integers.
58
class U_COMMON_API
UVector64
: public UObject {
69
UVector64
(UErrorCode &status);
71
UVector64
(int32_t initialCapacity, UErrorCode &status);
73
virtual ~
UVector64
();
79
void assign(const
UVector64
& other, UErrorCode &ec);
86
UBool operator==(const
UVector64
& other);
91
inline UBool operator!=(const
UVector64
& other);
105
//UBool equals(const
UVector64
&other) const;
113
//UBool containsAll(const
UVector64
& other) const
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 580 milliseconds