Main Page Alphabetical List Compound List File List Compound Members File Members
GATString_tests.c File Reference#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include "GAT.h"
#include <iconv.h>
#include "GATTestUtils.h"
Include dependency graph for GATString_tests.c:
Go to the source code of this file.
Function Documentation
| GATBool GATString_Create_Test_Harness |
( |
void |
|
) |
[static] |
|
| GATBool GATString_Create_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_GetType_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_Clone_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 909 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Clone(), GATString_Create(), GATString_Destroy(), GATString_Equals(), GATTest_GetTempFileNameF(), and GATTrue.
Referenced by main(). |
| GATBool GATString_Destroy_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_GetLengthInBytes_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_GetBuffer_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_GetEncoding_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_Translate_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 1560 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Create(), GATString_Destroy(), GATString_Equals(), GATString_Translate(), GATTest_GetTempFileNameF(), and GATTrue. |
| GATBool GATString_CompareTo_Test |
( |
void |
|
) |
[static] |
|
| GATBool GATString_EndsWith_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 2184 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATFalse, GATString_Create(), GATString_Destroy(), GATString_EndsWith(), GATTest_GetTempFileNameF(), and GATTrue. |
| GATBool GATString_StartsWith_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 2556 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATFalse, GATString_Create(), GATString_Destroy(), GATString_StartsWith(), GATTest_GetTempFileNameF(), and GATTrue. |
| GATBool GATString_Concatenate_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 2927 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Concatenate(), GATString_Create(), GATString_Destroy(), GATString_Equals(), GATString_Translate(), and GATTrue.
Referenced by main(). |
| GATBool GATString_LastIndexOf_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 3055 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Create(), GATString_Destroy(), GATString_LastIndexOf(), GATString_Translate(), GATTrue, and GATuint32.
Referenced by main(). |
| GATBool GATString_FirstIndexOf_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 3161 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Create(), GATString_Destroy(), GATString_FirstIndexOf(), GATString_Translate(), GATTrue, and GATuint32.
Referenced by main(). |
| GATBool GATString_GetSubString_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 3267 of file GATString_tests.c.
References GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATString_Create(), GATString_Destroy(), GATString_Equals(), GATString_GetSubString(), GATString_Translate(), and GATTrue.
Referenced by main(). |
| GATBool GATString_GetInterface_Test |
( |
void |
|
) |
[static] |
|
|
|
Definition at line 3350 of file GATString_tests.c.
References GAT_NO_INTERFACE, GAT_SUCCESS, GAT_TEST, GAT_TEST_START, GAT_TEST_STOP, GATBool, GATInterface_IAdvertisable, GATInterface_IResource, GATInterface_ISerialisable, GATString_Create(), GATString_Destroy(), GATString_GetInterface(), and GATTrue.
Referenced by main(). |
| GATBool GATString_Destroy_Test_Harness |
( |
void |
|
) |
[static] |
|
| void GATString_Create_XXX_Files |
( |
void |
|
) |
[static] |
|
| void GATString_Write_XXX |
( |
FILE * |
newFile, |
|
|
const char * |
encoding |
|
) |
[static] |
|
| void GATString_Create_XXX_To_UCS_4_INTERNAL_Files |
( |
void |
|
) |
[static] |
|
| void GATString_Create_UCS_4_INTERNAL_To_XXX_Files |
( |
void |
|
) |
[static] |
|
| void GATString_Write_XXX_To_UCS_4_INTERNAL |
( |
FILE * |
newFile, |
|
|
const char * |
encoding |
|
) |
[static] |
|
| void GATString_Write_UCS_4_INTERNAL_To_XXX |
( |
FILE * |
newFile, |
|
|
const char * |
encoding |
|
) |
[static] |
|
| int GATString_Try_Conversion |
( |
iconv_t |
cd, |
|
|
unsigned char |
buf[], |
|
|
unsigned int |
buflen, |
|
|
unsigned int * |
out |
|
) |
[static] |
|
| const char * GATString_UCS4_Decode |
( |
const unsigned int * |
out, |
|
|
unsigned int |
outlen |
|
) |
[static] |
|
|
|
Definition at line 72 of file GATString_tests.c.
References GAT_TEST, GAT_TEST_FINISH, GAT_TEST_INIT, GAT_TEST_SUITE, GATString_Clone_Test(), GATString_Concatenate_Test(), GATString_Create_Test(), GATString_Create_Test_Harness(), GATString_Destroy_Test(), GATString_Destroy_Test_Harness(), GATString_FirstIndexOf_Test(), GATString_GetBuffer_Test(), GATString_GetEncoding_Test(), GATString_GetInterface_Test(), GATString_GetLengthInBytes_Test(), GATString_GetSubString_Test(), GATString_GetType_Test(), and GATString_LastIndexOf_Test(). |
Variable Documentation
const char* rcsid = "$Header: /export/cvs-gridlab/wp-1/Codes/GATEngine/C-reference/test/internal/GATString_tests.c,v 1.15 2004/04/02 12:31:58 hartmutkaiser Exp $" [static]
|
|
|