/external/icu4c/common/unicode/ |
unifunct.h | 14 #include "unicode/uobject.h" 33 class U_COMMON_API UnicodeFunctor : public UObject { 90 * UOBJECT_DEFINE_RTTI_IMPLEMENTATION from uobject.h to
|
uobject.h | 8 * file name: uobject.h 24 * \brief C++ API: Common ICU base class UObject. 106 * Common "boilerplate" functions are defined in UObject. 203 * UObject is the common ICU "boilerplate" class. 204 * UObject inherits UMemory (starting with ICU 2.4), 206 * are derived from UObject (starting with ICU 2.2). 208 * UObject contains common virtual functions, in particular a virtual destructor. 210 * The clone() function is not available in UObject because it is not 215 * (which itself is a subclass of UObject). 221 class U_COMMON_API UObject : public UMemory [all...] |
dtintrv.h | 16 #include "unicode/uobject.h" 32 class U_COMMON_API DateInterval : public UObject {
|
/external/icu4c/i18n/unicode/ |
fieldpos.h | 34 #include "unicode/uobject.h" 106 class U_I18N_API FieldPosition : public UObject { 119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {} 133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {} 141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
|
/external/chromium_org/third_party/icu/source/common/ |
resbund_cnv.cpp | 28 :UObject(), fLocale(NULL) 35 :UObject(), fLocale(NULL)
|
servls.cpp | 49 UObject* 55 UObject* 61 UObject* 67 UObject* 70 UObject* result = NULL; 100 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, 110 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) 116 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) 122 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 134 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, UErrorCode& status [all...] |
servslkf.cpp | 33 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt, 44 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt, 62 UObject*
|
dtintrv.cpp | 33 : UObject(other) {
|
/external/chromium_org/third_party/icu/source/i18n/ |
currunit.cpp | 45 UObject* CurrencyUnit::clone() const { 52 UBool CurrencyUnit::operator==(const UObject& other) const {
|
measure.cpp | 34 UObject(other), unit(0) { 51 UBool Measure::operator==(const UObject& other) const {
|
tmunit.cpp | 82 UObject* 99 TimeUnit::operator==(const UObject& other) const {
|
tmutamt.cpp | 47 TimeUnitAmount::operator==(const UObject& other) const { 51 UObject*
|
curramt.cpp | 39 UObject* CurrencyAmount::clone() const {
|
/external/icu4c/common/ |
resbund_cnv.cpp | 28 :UObject(), fLocale(NULL) 35 :UObject(), fLocale(NULL)
|
servls.cpp | 44 UObject* 50 UObject* 56 UObject* 62 UObject* 65 UObject* result = NULL; 95 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, 105 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) 111 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) 117 ICULocaleService::registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) 129 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, UErrorCode& status [all...] |
servslkf.cpp | 33 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt, 44 SimpleLocaleKeyFactory::SimpleLocaleKeyFactory(UObject* objToAdopt, 62 UObject*
|
dtintrv.cpp | 33 : UObject(other) {
|
servnotf.h | 26 #include "unicode/uobject.h" 34 class U_COMMON_API EventListener : public UObject {
|
/external/icu4c/i18n/ |
currunit.cpp | 45 UObject* CurrencyUnit::clone() const { 52 UBool CurrencyUnit::operator==(const UObject& other) const {
|
measure.cpp | 34 UObject(other), unit(0) { 51 UBool Measure::operator==(const UObject& other) const {
|
tmunit.cpp | 82 UObject* 99 TimeUnit::operator==(const UObject& other) const {
|
tmutamt.cpp | 47 TimeUnitAmount::operator==(const UObject& other) const { 51 UObject*
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
fpositer.h | 20 #include "unicode/uobject.h" 53 class U_I18N_API FieldPositionIterator : public UObject {
|
curramt.h | 80 virtual UObject* clone() const;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
dtintrv.h | 16 #include "unicode/uobject.h" 32 class U_COMMON_API DateInterval : public UObject {
|