OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMemory
(Results
26 - 50
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/external/icu/icu4c/source/layout/
DefaultCharMapper.h
26
class DefaultCharMapper : public
UMemory
, public LECharMapper
SubtableProcessor.h
22
class SubtableProcessor : public
UMemory
{
SubtableProcessor2.h
22
class SubtableProcessor2 : public
UMemory
{
/external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.h
35
struct SPUString : public
UMemory
{
53
class SPUStringPool : public
UMemory
{
83
class ConfusabledataBuilder : public
UMemory
{
decfmtst.h
26
class DecimalFormatStaticSets : public
UMemory
rbt_data.h
45
class TransliterationRuleData : public
UMemory
{
digitlst.h
126
class U_I18N_API DigitList : public
UMemory
{ // Declare external to make compiler happy
416
using
UMemory
::operator new;
417
using
UMemory
::operator delete;
/external/icu/icu4c/source/i18n/
uspoof_conf.h
35
struct SPUString : public
UMemory
{
53
class SPUStringPool : public
UMemory
{
83
class ConfusabledataBuilder : public
UMemory
{
decfmtst.h
26
class DecimalFormatStaticSets : public
UMemory
quantityformatter.h
37
class U_I18N_API QuantityFormatter : public
UMemory
{
rbt_data.h
45
class TransliterationRuleData : public
UMemory
{
decimalformatpattern.h
30
struct DecimalFormatPattern :
UMemory
{
69
class DecimalFormatPatternParser :
UMemory
{
/external/chromium_org/third_party/icu/source/common/
rbbirb.h
43
class RBBISymbolTableEntry : public
UMemory
{ // The symbol table hash table contains one
56
class RBBISymbolTable : public
UMemory
, public SymbolTable {
102
class RBBIRuleBuilder : public
UMemory
{
locbased.h
34
class U_COMMON_API LocaleBased : public
UMemory
{
servnotf.h
72
class U_COMMON_API ICUNotifier : public
UMemory
{
brkeng.h
35
class LanguageBreakEngine : public
UMemory
{
106
class LanguageBreakFactory : public
UMemory
{
rbbisetb.h
37
class RangeDescriptor : public
UMemory
{
76
class RBBISetBuilder : public
UMemory
{
rbbitblb.h
35
class RBBITableBuilder : public
UMemory
{
100
class RBBIStateDescriptor : public
UMemory
{
/external/icu/icu4c/source/common/
rbbirb.h
43
class RBBISymbolTableEntry : public
UMemory
{ // The symbol table hash table contains one
56
class RBBISymbolTable : public
UMemory
, public SymbolTable {
102
class RBBIRuleBuilder : public
UMemory
{
servnotf.h
72
class U_COMMON_API ICUNotifier : public
UMemory
{
brkeng.h
35
class LanguageBreakEngine : public
UMemory
{
106
class LanguageBreakFactory : public
UMemory
{
rbbisetb.h
37
class RangeDescriptor : public
UMemory
{
76
class RBBISetBuilder : public
UMemory
{
rbbitblb.h
35
class RBBITableBuilder : public
UMemory
{
100
class RBBIStateDescriptor : public
UMemory
{
/external/chromium_org/third_party/icu/source/common/unicode/
uobject.h
33
*
UMemory
operator new methods should have the throw() specification
96
*
UMemory
is the common ICU base class.
97
* All other ICU C++ classes are derived from
UMemory
(starting with ICU 2.4).
105
*
UMemory
does not contain any virtual functions.
110
class U_COMMON_API
UMemory
{
198
UMemory
&
UMemory
::operator=(const
UMemory
&);
204
* UObject inherits
UMemory
(starting with ICU 2.4),
221
class U_COMMON_API UObject : public
UMemory
{
[
all
...]
/external/icu/icu4c/source/common/unicode/
uobject.h
33
*
UMemory
operator new methods should have the throw() specification
96
*
UMemory
is the common ICU base class.
97
* All other ICU C++ classes are derived from
UMemory
(starting with ICU 2.4).
105
*
UMemory
does not contain any virtual functions.
110
class U_COMMON_API
UMemory
{
198
UMemory
&
UMemory
::operator=(const
UMemory
&);
204
* UObject inherits
UMemory
(starting with ICU 2.4),
221
class U_COMMON_API UObject : public
UMemory
{
[
all
...]
Completed in 640 milliseconds
1
2
3
4
5
6
7
8
9