ICU-3050 clean up

X-SVN-Rev: 12951
This commit is contained in:
Ram Viswanadha 2003-08-27 00:05:25 +00:00
parent 817056ce93
commit 9b26c349ff
2 changed files with 3 additions and 4 deletions
icu4c/source/test/cintltst

View file

@ -16,7 +16,8 @@
#if !UCONFIG_NO_IDNA
#include "nfsprep.h"
#include "cstring.h"
#include "ustr_imp.h"
#include "cintltst.h"
#define LENGTHOF(array) (int32_t)(sizeof(array)/sizeof((array)[0]))
#define NFS4_MAX_BUFFER_SIZE 1000
@ -262,7 +263,7 @@ nfs4_mixed_prepare( const char* src, int32_t srcLength,
return 0;
}
if(srcLength == -1){
srcLength = uprv_strlen(src);
srcLength = strlen(src);
}
getPrefixSuffix(src, srcLength, &prefix, &prefixLen, &suffix, &suffixLen, status);

View file

@ -20,8 +20,6 @@
#include "unicode/utypes.h"
#include "unicode/ustring.h"
#include "ustr_imp.h"
#include "cintltst.h"
#include "unicode/usprep.h"
#include <stdlib.h>
#include <string.h>