#include <stdio.h>
#include <string.h>
#include "clib.h"
#include "gc.h"
#include "JLJObject.h"
#include "JLJString.h"
Enumerations | |
enum | { INITIALBUFFERSIZE = 10 } |
Functions | |
void | JLJStringBuffer_init (StringBuffer *pSelf) |
STATIC void | loadConstStrings (void) |
STATIC void | _append (StringBuffer *pSelf, const char *sz, UINT16 uLength) |
StringBuffer * | JLJStringBuffer__append (String *pStr, StringBuffer *pSelf) |
StringBuffer * | JLJStringBuffer__append1 (INT16 iVal, StringBuffer *pSelf) |
void | JLJStringBuffer_init1 (String *pStr, StringBuffer *pSelf) |
StringBuffer * | JLJStringBuffer__append2 (Instance *pObj, StringBuffer *pSelf) |
StringBuffer * | JLJStringBuffer__append3 (JBOOLEAN f, StringBuffer *pSelf) |
String * | JLJStringBuffer__toString (StringBuffer *pSelf) |
JINT | JLJStringBuffer__length (StringBuffer *pSelf) |
Variables | |
const Class | StringbufferData_class |
const Class | JLJStringBuffer_class |
struct { | |
String * pNull | |
String * pFalse | |
String * pTrue | |
BOOL fInited | |
} | ConstStrings |
|
Initial value: { NULL, sizeof(StringBuffer), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "java.lang.StringBuffer", CLASSMAGIC } |
|
Initial value: { NULL, sizeof(StringBufferData), NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, "jaune.StringBufferData", CLASSMAGIC } |