Kernel/VFS - Add assertion that node for VFS_Mark* is non-null
[tpg/acess2.git] / KernelLand / Kernel / include / utf16.h
index 0a6666c..9d4785c 100644 (file)
@@ -10,7 +10,9 @@
 
 extern int     ReadUTF16(const Uint16 *Str16, Uint32 *Codepoint);
 extern size_t  UTF16_ConvertToUTF8(size_t DestLen, char *Dest, size_t SrcLen, const Uint16 *Source);
+extern int     UTF16_CompareWithUTF8Ex(size_t Str16Len, const Uint16 *Str16, const char *Str8, int bIgnoreCase);
 extern int     UTF16_CompareWithUTF8(size_t Str16Len, const Uint16 *Str16, const char *Str8);
+extern int     UTF16_CompareWithUTF8CI(size_t Str16Len, const Uint16 *Str16, const char *Str8);
 
 #endif
 

UCC git Repository :: git.ucc.asn.au