33 #define OSRTINDENTSPACES 3 87 EXTERNRT
void rtxPrintGYear
90 EXTERNRT
void rtxPrintGYearMonth
93 EXTERNRT
void rtxPrintGMonth
96 EXTERNRT
void rtxPrintGMonthDay
99 EXTERNRT
void rtxPrintGDay
116 EXTERNRT
void rtxPrintInt64 (
const char* name, OSINT64 value);
145 (
const char* name, OSSIZE numocts,
const OSOCTET* data);
157 (
const char* name, OSSIZE numocts,
const OSOCTET* data);
169 (
const char* name, OSSIZE numocts,
const OSOCTET* data);
179 (
const char* name, OSSIZE numocts,
const OSOCTET* data);
196 (
const char* name,
const OSUTF8CHAR* cstring);
212 (
const char* name,
const OSUNICHAR* str,
int nchars);
214 EXTERNRT
void rtxPrintUnicodeCharStr64
215 (
const char* name,
const OSUNICHAR* str, OSSIZE nchars);
223 EXTERNRT
void rtxPrintReal (
const char* name, OSREAL value);
238 EXTERNRT
void rtxPrintNVP (
const char* name,
const OSUTF8NVP* value);
248 #ifndef __SYMBIAN32__ EXTERNRT void rtxPrintNVP(const char *name, const OSUTF8NVP *value)
Prints a name-value pair to stdout.
EXTERNRT void rtxPrintBoolean(const char *name, OSBOOL value)
Prints a boolean value to stdout.
EXTERNRT void rtxPrintCloseBrace(OSVOIDARG)
This function closes a braced region by decreasing the indent level, printing indent spaces...
EXTERNRT void rtxPrintUTF8CharStr(const char *name, const OSUTF8CHAR *cstring)
Prints a UTF-8 encoded character string value to stdout.
EXTERNRT void rtxPrintCharStr(const char *name, const char *cstring)
Prints an ASCII character string value to stdout.
EXTERNRT void rtxPrintDateTime(const char *name, const OSNumDateTime *pvalue)
Prints a dateTime value to stdout.
EXTERNRT void rtxPrintDecrIndent(OSVOIDARG)
This function decrements the current indentation level.
EXTERNRT void rtxPrintInt64(const char *name, OSINT64 value)
Prints a 64-bit integer value to stdout.
EXTERNRT void rtxPrintUnicodeCharStr(const char *name, const OSUNICHAR *str, int nchars)
This function prints a Unicode string to standard output.
EXTERNRT void rtxPrintIncrIndent(OSVOIDARG)
This function increments the current indentation level.
Common run-time context definitions.
EXTERNRT void rtxPrintOpenBrace(const char *)
This function opens a braced region by printing indent spaces, printing the name and opening brace...
EXTERNRT void rtxPrintIndent(OSVOIDARG)
This function prints indentation spaces to stdout.
EXTERNRT void rtxPrintHexStr(const char *name, OSSIZE numocts, const OSOCTET *data)
This function prints the value of a binary string in hex format to standard output.
EXTERNRT void rtxPrintReal(const char *name, OSREAL value)
Prints a REAL (float, double, decimal) value to stdout.
EXTERNRT void rtxPrintHexStrNoAscii(const char *name, OSSIZE numocts, const OSOCTET *data)
This function prints the value of a binary string in hex format to standard output.
EXTERNRT void rtxPrintUInt64(const char *name, OSUINT64 value)
Prints an unsigned 64-bit integer value to stdout.
EXTERNRT int rtxPrintFile(const char *filename)
This function prints the contents of a text file to stdout.
EXTERNRT void rtxPrintInteger(const char *name, OSINT32 value)
Prints an integer value to stdout.
EXTERNRT void rtxPrintHexBinary(const char *name, OSSIZE numocts, const OSOCTET *data)
Prints an octet string value in hex binary format to stdout.
EXTERNRT void rtxPrintUnsigned(const char *name, OSUINT32 value)
Prints an unsigned integer value to stdout.
EXTERNRT void rtxPrintNull(const char *name)
Prints a NULL value to stdout.
EXTERNRT void rtxPrintHexStrPlain(const char *name, OSSIZE numocts, const OSOCTET *data)
This function prints the value of a binary string in hex format to standard output.
EXTERNRT void rtxPrintDate(const char *name, const OSNumDateTime *pvalue)
Prints a date value to stdout.
Numeric date/time structure.
EXTERNRT void rtxPrintTime(const char *name, const OSNumDateTime *pvalue)
Prints a time value to stdout.