|
@@ -117,10 +117,6 @@ U32 oneUTF32toUTF8( const UTF32 codepoint, UTF8 *threeByteCodeunitBuf);
|
|
|
U32 dStrlen(const UTF16 *unistring);
|
|
|
U32 dStrlen(const UTF32 *unistring);
|
|
|
|
|
|
-//-----------------------------------------------------------------------------
|
|
|
-/// Comparing unicode strings
|
|
|
-U32 dStrncmp(const UTF16* unistring1, const UTF16* unistring2, U32 len);
|
|
|
-
|
|
|
//-----------------------------------------------------------------------------
|
|
|
/// Scanning for characters in unicode strings
|
|
|
UTF16* dStrrchr(UTF16* unistring, U32 c);
|