]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/uparse.h
ICU-6.2.10.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / uparse.h
index 7f7b8f3d636d6b304fd63ab9c49f89d7abf78d51..dc3e0b8cbbd1667b6b7992bd3d66fa91a431d4b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2000-2003, International Business Machines
+*   Copyright (C) 2000-2004, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -118,13 +118,6 @@ u_parseCodePointRange(const char *s,
                       UErrorCode *pErrorCode);
 
 
-U_CAPI const UChar * U_EXPORT2
-u_strSkipWhiteSpace(const UChar *s, int32_t length);
-
-
-U_CAPI const UChar * U_EXPORT2
-u_strTrailingWhiteSpaceStart(const UChar *s, int32_t length);
-
 U_CAPI int32_t U_EXPORT2
 u_parseUTF8(const char *source, int32_t sLen, char *dest, int32_t destCapacity, UErrorCode *status);