X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..6de34a005df0e4a02d88750703b950237b77d9c8:/icuSources/tools/toolutil/uparse.h?ds=sidebyside diff --git a/icuSources/tools/toolutil/uparse.h b/icuSources/tools/toolutil/uparse.h index 7f7b8f3d..dc3e0b8c 100644 --- a/icuSources/tools/toolutil/uparse.h +++ b/icuSources/tools/toolutil/uparse.h @@ -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);