OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RBBIDataWrapper
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/common/
rbbidata.cpp
48
RBBIDataWrapper
::
RBBIDataWrapper
(const RBBIDataHeader *data, UErrorCode &status) {
52
RBBIDataWrapper
::
RBBIDataWrapper
(const RBBIDataHeader *data, enum EDontAdopt, UErrorCode &status) {
57
RBBIDataWrapper
::
RBBIDataWrapper
(UDataMemory* udm, UErrorCode &status) {
72
void
RBBIDataWrapper
::init(const RBBIDataHeader *data, UErrorCode &status) {
136
RBBIDataWrapper
::~
RBBIDataWrapper
() {
157
UBool
RBBIDataWrapper
::operator ==(const RBBIDataWrapper &other) const
[
all
...]
rbbidata.h
18
*
RBBIDataWrapper
- Instances of this class sit between the
27
* There will be only one instance of
RBBIDataWrapper
for any
142
class
RBBIDataWrapper
: public UMemory {
147
RBBIDataWrapper
(const RBBIDataHeader *data, UErrorCode &status);
148
RBBIDataWrapper
(const RBBIDataHeader *data, enum EDontAdopt dontAdopt, UErrorCode &status);
149
RBBIDataWrapper
(UDataMemory* udm, UErrorCode &status);
150
~
RBBIDataWrapper
();
153
RBBIDataWrapper
*addReference();
155
UBool operator ==(const
RBBIDataWrapper
&other) const;
188
RBBIDataWrapper
(const RBBIDataWrapper &other); /* forbid copying of this class *
[
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
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 1042 milliseconds