OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UMemory
(Results
1 - 25
of
218
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/third_party/icu/source/common/
uobject.cpp
25
* 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
::operator delete(p)
[
all
...]
mutex.h
51
class U_COMMON_API Mutex : public
UMemory
{
ruleiter.h
29
class RuleCharacterIterator : public
UMemory
{
133
struct Pos : public
UMemory
{
/external/icu/icu4c/source/common/
uobject.cpp
25
* 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
::operator delete(p)
[
all
...]
mutex.h
51
class U_COMMON_API Mutex : public
UMemory
{
ruleiter.h
29
class RuleCharacterIterator : public
UMemory
{
133
struct Pos : public
UMemory
{
/external/chromium_org/third_party/icu/source/i18n/
csrecog.h
21
class CharsetRecognizer : public
UMemory
smpdtfst.h
28
class SimpleDateFormatStaticSets : public
UMemory
uspoof_wsconf.h
41
class BuilderScriptSet: public
UMemory
{
astro.h
54
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
{
csmatch.h
31
class CharsetMatch : public
UMemory
inputext.h
26
class InputText : public
UMemory
regexst.h
32
class RegexStaticSets : public
UMemory
{
/external/icu/icu4c/source/i18n/
csrecog.h
21
class CharsetRecognizer : public
UMemory
smpdtfst.h
28
class SimpleDateFormatStaticSets : public
UMemory
uspoof_wsconf.h
41
class BuilderScriptSet: public
UMemory
{
astro.h
54
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
{
csmatch.h
31
class CharsetMatch : public
UMemory
inputext.h
26
class InputText : public
UMemory
regexst.h
32
class RegexStaticSets : public
UMemory
{
/external/icu/icu4c/source/layout/
CharSubstitutionFilter.h
23
class CharSubstitutionFilter : public
UMemory
, public LEGlyphFilter
GDEFMarkFilter.h
21
class GDEFMarkFilter : public
UMemory
, public LEGlyphFilter
MPreFixups.h
24
class MPreFixups : public
UMemory
/external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h
79
class U_COMMON_API ErrorCode: public
UMemory
{
/external/icu/icu4c/source/common/unicode/
errorcode.h
81
class U_COMMON_API ErrorCode: public
UMemory
{
Completed in 765 milliseconds
1
2
3
4
5
6
7
8
9