ICU-573 included stdlib.h and memory.h into files that need it for the utypes.h change
X-SVN-Rev: 2367
This commit is contained in:
parent
bd94ac5ec8
commit
9253fe4dd3
@ -30,6 +30,8 @@
|
||||
*/
|
||||
#ifndef INCLUDE_CALLCOLL_C
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
@ -37,7 +39,6 @@
|
||||
#include "ccolltst.h"
|
||||
#include "callcoll.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include <string.h>
|
||||
|
||||
static UCollator *myCollation;
|
||||
|
||||
|
@ -14,6 +14,9 @@
|
||||
|
||||
/* C API AND FUNCTIONALITY TEST FOR CALENDAR (ucol.h)*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucal.h"
|
||||
@ -21,8 +24,6 @@
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "ccaltst.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "cformtst.h"
|
||||
|
||||
|
||||
|
@ -12,12 +12,13 @@
|
||||
* Madhu Katragadda Creation
|
||||
*********************************************************************************
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "cintltst.h"
|
||||
#include "ccolltst.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include <string.h>
|
||||
#include "unicode/ustring.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void addCollAPITest(TestNode**);
|
||||
void addCurrencyTest(TestNode**);
|
||||
|
@ -13,6 +13,8 @@
|
||||
*********************************************************************************
|
||||
*/
|
||||
|
||||
#include <memory.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -18,6 +18,8 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
@ -25,7 +27,6 @@
|
||||
#include "ccolltst.h"
|
||||
#include "cdantst.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include <string.h>
|
||||
|
||||
static UCollator *myCollation;
|
||||
const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
|
||||
|
@ -15,6 +15,9 @@
|
||||
|
||||
/* C API TEST FOR DATE FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/udat.h"
|
||||
@ -23,8 +26,6 @@
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "cdattst.h"
|
||||
#include<stdio.h>
|
||||
#include<string.h>
|
||||
#include "cformtst.h"
|
||||
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -14,6 +14,9 @@
|
||||
*/
|
||||
/* INDEPTH TEST FOR DATE FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/udat.h"
|
||||
@ -23,8 +26,6 @@
|
||||
#include "cintltst.h"
|
||||
#include "cdtdptst.h"
|
||||
#include "cformtst.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
void addDtFrDepTest(TestNode** root)
|
||||
{
|
||||
|
@ -15,6 +15,9 @@
|
||||
*/
|
||||
/* REGRESSION TEST FOR DATE FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/udat.h"
|
||||
@ -23,8 +26,6 @@
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "cdtrgtst.h"
|
||||
#include<stdio.h>
|
||||
#include<string.h>
|
||||
|
||||
|
||||
void addDateForRgrTest(TestNode** root)
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
/* FormatTest is a medium top level test for everything in the C FORMAT API */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "cintltst.h"
|
||||
#include "cformtst.h"
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -34,6 +34,9 @@
|
||||
* co-p
|
||||
* cop
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
@ -41,8 +44,6 @@
|
||||
#include "cg7coll.h"
|
||||
#include "ccolltst.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
const char* locales[8] = {
|
||||
|
@ -15,6 +15,9 @@
|
||||
|
||||
/*The main root for C API tests*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#include "cintltst.h"
|
||||
@ -22,8 +25,6 @@ U_CDECL_BEGIN
|
||||
#include "cucdtst.h"
|
||||
U_CDECL_END
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uchar.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "unicode/ucnv.h"
|
||||
|
@ -16,6 +16,8 @@
|
||||
* (Let me reiterate my position...)
|
||||
*/
|
||||
|
||||
#include <memory.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -12,12 +12,13 @@
|
||||
* Madhu Katragadda Ported for C API
|
||||
*********************************************************************************
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "cloctst.h"
|
||||
#include "unicode/uloc.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "ccolltst.h"
|
||||
|
@ -14,6 +14,9 @@
|
||||
*/
|
||||
/* C API TEST FOR MESSAGE FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/umsg.h"
|
||||
@ -22,8 +25,6 @@
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "cmsgtst.h"
|
||||
#include<stdio.h>
|
||||
#include <string.h>
|
||||
#include "cformtst.h"
|
||||
|
||||
static const char* txt_testCasePatterns[] = {
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
/* C DEPTH TEST FOR NUMBER FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/unum.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "cnmdptst.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define CHECK(status,str) if (U_FAILURE(status)) { log_err("FAIL: %s\n", str); return; }
|
||||
|
||||
@ -397,7 +398,8 @@ void TestCurrency(void)
|
||||
for(i=0; i < 3; i++)
|
||||
{
|
||||
currencyFmt = unum_open(UNUM_CURRENCY, locale[i], &status);
|
||||
if(U_FAILURE(status)){log_err("Error in the construction of number format with style currency:\n%s\n",
|
||||
if(U_FAILURE(status)){
|
||||
log_err("Error in the construction of number format with style currency:\n%s\n",
|
||||
myErrorName(status));
|
||||
}
|
||||
lneed=0;
|
||||
|
@ -12,6 +12,7 @@
|
||||
* Madhu Katragadda Ported for C API
|
||||
*********************************************************************************/
|
||||
/*tests for u_normalization*/
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
@ -125,6 +126,7 @@ void TestDecomp()
|
||||
}
|
||||
ucol_close(myCollation);
|
||||
}
|
||||
|
||||
void TestCompatDecomp()
|
||||
{
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
|
@ -19,13 +19,14 @@
|
||||
|
||||
/* C API TEST FOR NUMBER FORMAT */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include "unicode/uloc.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/unum.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "cintltst.h"
|
||||
#include "cnumtst.h"
|
||||
#include<stdio.h>
|
||||
|
||||
/* ### remove this include after the number format test is fixed with jitterbug 411, applyPattern() */
|
||||
#include "cstring.h"
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
/* C FUNCTIONALITY AND REGRESSION TEST FOR BREAKITERATOR */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -15,13 +15,14 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "cintltst.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "string.h"
|
||||
#include "cstring.h"
|
||||
#include <time.h>
|
||||
|
||||
#define RESTEST_HEAP_CHECK 0
|
||||
|
||||
@ -443,7 +444,6 @@ UBool testTag(const char* frag,
|
||||
expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3));
|
||||
u_strcpy(expected_string,base);
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -552,7 +552,6 @@ UBool testTag(const char* frag,
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
u_strcpy(expected_string,kERROR);
|
||||
}
|
||||
CONFIRM_EQ(string,expected_string);
|
||||
|
@ -15,13 +15,15 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "cintltst.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include "string.h"
|
||||
#include "cstring.h"
|
||||
#include <time.h>
|
||||
|
||||
#define RESTEST_HEAP_CHECK 0
|
||||
|
||||
@ -29,7 +31,6 @@
|
||||
#include "unicode/ures.h"
|
||||
#include "creststn.h"
|
||||
#include "unicode/ctest.h"
|
||||
#include <stdio.h>
|
||||
|
||||
/*****************************************************************************/
|
||||
/**
|
||||
@ -169,7 +170,6 @@ void addNEWResourceBundleTest(TestNode** root)
|
||||
addTest(root, &TestBinaryCollationData, "tsutil/creststn/TestBinaryCollationData");
|
||||
addTest(root, &TestAPI, "tsutil/creststn/TestAPI");
|
||||
addTest(root, &TestErrorConditions, "tsutil/creststn/TestErrorConditions");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1238,6 +1238,7 @@ void TestFallback()
|
||||
|
||||
ures_close(fr_FR);
|
||||
}
|
||||
|
||||
void printUChars(UChar* uchars){
|
||||
int16_t i=0;
|
||||
for(i=0; i<u_strlen(uchars); i++){
|
||||
|
@ -18,6 +18,7 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
*********************************************************************************
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/uchar.h"
|
||||
|
@ -18,6 +18,8 @@
|
||||
* collation rules as its sorting sequence.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucol.h"
|
||||
#include "unicode/uloc.h"
|
||||
@ -25,7 +27,6 @@
|
||||
#include "encoll.h"
|
||||
#include "ccolltst.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include <string.h>
|
||||
|
||||
static UCollator *myCollation = NULL;
|
||||
const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
|
||||
|
@ -13,10 +13,11 @@
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <memory.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "cintltst.h"
|
||||
#include "umemstrm.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void TestMemoryStreamAPI();
|
||||
static void printUSeqErr(const uint8_t *a, int len);
|
||||
|
@ -13,12 +13,13 @@
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "unicode/utypes.h"
|
||||
#include "cintltst.h"
|
||||
#include "unicode/putil.h"
|
||||
#include "unicode/ustring.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
void TestPUtilAPI();
|
||||
void testIEEEremainder();
|
||||
|
Loading…
Reference in New Issue
Block a user