39 #ifndef Included_RexxText
40 #define Included_RexxText
56 void *
operator new(
size_t size,
void *ptr) {
return ptr;};
57 void *
operator new (size_t);
58 void *
operator new(
size_t size,
size_t size1,
const char *className,
RexxBehaviour *classBehave,
RexxBehaviour *instance) {
return new (size, className, classBehave, instance)
RexxClass; }
59 inline void operator delete(
void *,
void *ptr) { }
60 inline void operator delete (
void *) { }
74 inline void *
operator new(size_t,
void *ptr) {
return ptr; }
75 inline void operator delete(
void *,
void *) { ; }
76 void *
operator new(size_t);
77 inline void operator delete(
void *) { ; }
131 inline void *
operator new(size_t,
void *ptr) {
return ptr; }
132 inline void operator delete(
void *,
void *) { ; }
133 void *
operator new(size_t);
134 inline void operator delete(
void *) { ; }
RexxText * new_text(RexxString *s)
RexxTextClass(RESTORETYPE restoreType)
void liveGeneral(int reason)
void liveGeneral(int reason)
static RexxText * newText(RexxString *s)
static RexxTextClass * classInstance
void flatten(RexxEnvelope *)
RexxString * makeString()
RexxText * primitiveMakeText()
RexxText(RESTORETYPE restoreType)
static void createInstance()
RexxString * primitiveMakeString()
static RexxText * nullText
RexxObject * newRexx(RexxObject **, size_t, size_t)
RexxObject * utf8proc_transform(RexxString *str, RexxObject **named_arglist, size_t named_argcount)
RexxInteger * utf8proc_graphemeBreak(RexxArray *)
static RexxClass * classInstance
RexxInteger * utf8proc_codepointCharWidth(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointCategory(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointBidiClass(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointToTitleSimple(RexxObject *rexxCodepoint)
static void createInstance()
RexxString * utf8proc_version()
RexxInteger * utf8proc_codepointControlBoundary(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointToUpperSimple(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointIsLower(RexxObject *rexxCodepoint)
RexxString * unialgo_version()
RexxInteger * utf8proc_codepointToLowerSimple(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointDecompositionType(RexxObject *rexxCodepoint)
RexxInteger * systemIsLittleEndian()
void liveGeneral(int reason)
RexxInteger * utf8proc_codepointBoundClass(RexxObject *rexxCodepoint)
void flatten(RexxEnvelope *)
Unicode(RESTORETYPE restoreType)
RexxInteger * utf8proc_codepointIsUpper(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointIgnorable(RexxObject *rexxCodepoint)
RexxInteger * utf8proc_codepointBidiMirrored(RexxObject *rexxCodepoint)
RexxObject * newRexx(RexxObject **, size_t, size_t)
RexxInteger * utf8proc_codepointCombiningClass(RexxObject *rexxCodepoint)