Searched refs:UMemory (Results 1 - 25 of 108) sorted by relevance

12345

/external/icu4c/common/
H A Duobject.cpp25 * Default implementation of UMemory::new/delete
51 * Make sure that with the UMemory operators new and delete defined these two symbols
59 void * U_EXPORT2 UMemory::operator new(size_t size) U_NO_THROW {
63 void U_EXPORT2 UMemory::operator delete(void *p) U_NO_THROW {
69 void * U_EXPORT2 UMemory::operator new[](size_t size) U_NO_THROW {
73 void U_EXPORT2 UMemory::operator delete[](void *p) U_NO_THROW {
80 void * U_EXPORT2 UMemory::operator new(size_t size, const char* /*file*/, int /*line*/) U_NO_THROW {
81 return UMemory::operator new(size);
84 void U_EXPORT2 UMemory::operator delete(void* p, const char* /*file*/, int /*line*/) U_NO_THROW {
85 UMemory
[all...]
H A Drbbisetb.h37 class RangeDescriptor : public UMemory {
76 class RBBISetBuilder : public UMemory {
H A Drbbitblb.h35 class RBBITableBuilder : public UMemory {
100 class RBBIStateDescriptor : public UMemory {
H A Druleiter.h29 class RuleCharacterIterator : public UMemory {
133 struct Pos : public UMemory {
H A Drbbirb.h43 class RBBISymbolTableEntry : public UMemory { // The symbol table hash table contains one
56 class RBBISymbolTable : public UMemory, public SymbolTable {
102 class RBBIRuleBuilder : public UMemory {
H A Dlocbased.h34 class U_COMMON_API LocaleBased : public UMemory {
H A Dservnotf.h72 class U_COMMON_API ICUNotifier : public UMemory {
/external/icu4c/i18n/
H A Dcsrecog.h19 class CharsetRecognizer : public UMemory
H A Dastro.h54 class U_I18N_API CalendarAstronomer : public UMemory {
76 class U_I18N_API Ecliptic : public UMemory {
145 class U_I18N_API Equatorial : public UMemory {
219 class U_I18N_API Horizon : public UMemory {
586 class U_I18N_API MoonAge : public UMemory {
646 class AngleFunc : public UMemory {
656 class CoordFunc : public UMemory {
737 class CalendarCache : public UMemory {
H A Dcsmatch.h20 class CharsetMatch : public UMemory
H A Dregexst.h32 class RegexStaticSets : public UMemory {
H A Dsmpdtfst.h28 class SimpleDateFormatStaticSets : public UMemory
H A Duspoof_wsconf.h41 class BuilderScriptSet: public UMemory {
H A Duspoof_conf.h35 struct SPUString : public UMemory {
53 class SPUStringPool : public UMemory {
83 class ConfusabledataBuilder : public UMemory {
H A Ddecfmtst.h26 class DecimalFormatStaticSets : public UMemory
H A Dinputext.h26 class InputText : public UMemory
H A Drbt_data.h45 class TransliterationRuleData : public UMemory {
H A Dcsdetect.h21 class CharsetDetector : public UMemory
H A Drbt_set.h34 class TransliterationRuleSet : public UMemory {
/external/icu4c/layout/
H A DCharSubstitutionFilter.h23 class CharSubstitutionFilter : public UMemory, public LEGlyphFilter
H A DGDEFMarkFilter.h21 class GDEFMarkFilter : public UMemory, public LEGlyphFilter
H A DMPreFixups.h24 class MPreFixups : public UMemory
H A DDefaultCharMapper.h26 class DefaultCharMapper : public UMemory, public LECharMapper
H A DSubtableProcessor.h22 class SubtableProcessor : public UMemory {
/external/icu4c/common/unicode/
H A Derrorcode.h79 class U_COMMON_API ErrorCode: public UMemory {

Completed in 747 milliseconds

12345